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