Mutation$sendMessageToTarget$sendMessageToTarget$messageGroup$creator constructor
Mutation$sendMessageToTarget$sendMessageToTarget$messageGroup$creator({
- required String id,
- String? email,
- Enum$Gender? gender,
- Enum$UserStatus? status,
- String? lastName,
- String? username,
- String? firstName,
- Mutation$sendMessageToTarget$sendMessageToTarget$messageGroup$creator$phone? phone,
- Mutation$sendMessageToTarget$sendMessageToTarget$messageGroup$creator$picture? picture,
Implementation
Mutation$sendMessageToTarget$sendMessageToTarget$messageGroup$creator({
required this.id,
this.email,
this.gender,
this.status,
this.lastName,
this.username,
this.firstName,
this.phone,
this.picture,
});