menu
purpi_kit package
documentation
feature/authentication/domain/entities/verify_code_request.dart
VerifyCodeRequest
VerifyCodeRequest.fromJson factory constructor
VerifyCodeRequest.fromJson factory constructor
dark_mode
light_mode
VerifyCodeRequest.fromJson
constructor
VerifyCodeRequest.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory VerifyCodeRequest.fromJson(Map<String, dynamic> json) => _$VerifyCodeRequestFromJson(json);
purpi_kit package
documentation
feature/authentication/domain/entities/verify_code_request
VerifyCodeRequest
VerifyCodeRequest.fromJson factory constructor
VerifyCodeRequest class