Creator constructor

const Creator({
  1. required SolAddress address,
  2. required bool verified,
  3. required int share,
})

Implementation

const Creator(
    {required this.address, required this.verified, required this.share});