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