Query$getLastReferral$getLastReferral$remuneration$referrer$quantitative$wallet$owner$pos constructor

Query$getLastReferral$getLastReferral$remuneration$referrer$quantitative$wallet$owner$pos({
  1. required String id,
  2. String? name,
  3. String? title,
  4. List<String>? email,
  5. List<String>? phone,
  6. String? website,
  7. String? subtitle,
  8. required DateTime createdAt,
  9. required DateTime updatedAt,
  10. String? brandColor,
  11. String? description,
  12. Query$getLastReferral$getLastReferral$remuneration$referrer$quantitative$wallet$owner$pos$company? company,
  13. Query$getLastReferral$getLastReferral$remuneration$referrer$quantitative$wallet$owner$pos$picture? picture,
  14. String $__typename = 'PointOfSaleType',
})

Implementation

Query$getLastReferral$getLastReferral$remuneration$referrer$quantitative$wallet$owner$pos({
  required this.id,
  this.name,
  this.title,
  this.email,
  this.phone,
  this.website,
  this.subtitle,
  required this.createdAt,
  required this.updatedAt,
  this.brandColor,
  this.description,
  this.company,
  this.picture,
  this.$__typename = 'PointOfSaleType',
});