menu
sghi_core package
documentation
domain_objects/entities/otp_response.dart
OtpResponse
OtpResponse.fromJson factory constructor
OtpResponse.fromJson factory constructor
dark_mode
light_mode
OtpResponse.fromJson
constructor
OtpResponse.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory OtpResponse.fromJson(Map<String, dynamic> json) => _$OtpResponseFromJson(json);
sghi_core package
documentation
domain_objects/entities/otp_response
OtpResponse
OtpResponse.fromJson factory constructor
OtpResponse class