Query$getLastReferral$getLastReferral$referred constructor
Query$getLastReferral$getLastReferral$referred({
- required String id,
- String? email,
- Enum$Gender? gender,
- Enum$UserStatus? status,
- String? lastName,
- String? username,
- String? firstName,
- Query$getLastReferral$getLastReferral$referred$phone? phone,
- Query$getLastReferral$getLastReferral$referred$picture? picture,
- String $__typename = 'UserType',
Implementation
Query$getLastReferral$getLastReferral$referred({
required this.id,
this.email,
this.gender,
this.status,
this.lastName,
this.username,
this.firstName,
this.phone,
this.picture,
this.$__typename = 'UserType',
});