LoginResponse constructor
LoginResponse({
- required String ok,
- required String token,
- required Participant participant,
- required String message,
Implementation
LoginResponse({
required this.ok,
required this.token,
required this.participant,
required this.message,
});