Query$getLastReferral$getLastReferral$remuneration$referrer$quantitative$wallet$owner$pos constructor
Query$getLastReferral$getLastReferral$remuneration$referrer$quantitative$wallet$owner$pos({
- required String id,
- String? name,
- String? title,
- List<
String> ? email, - List<
String> ? phone, - String? website,
- String? subtitle,
- required DateTime createdAt,
- required DateTime updatedAt,
- String? brandColor,
- String? description,
- Query$getLastReferral$getLastReferral$remuneration$referrer$quantitative$wallet$owner$pos$company? company,
- Query$getLastReferral$getLastReferral$remuneration$referrer$quantitative$wallet$owner$pos$picture? picture,
- 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',
});