UserNumCopyable constructor

const UserNumCopyable(
  1. UserNum? num, {
  2. Key? key,
  3. bool share = false,
})

Implementation

const UserNumCopyable(this.num, {super.key, this.share = false});