menu
laokyc_button package
documentation
model/model_profile_fail.dart
ModelProfileFail
ModelProfileFail.new constructor
ModelProfileFail.new constructor
dark_mode
light_mode
ModelProfileFail
constructor
ModelProfileFail
(
{
required
String
code
,
required
String
message
,
required
bool
isSuccess
,
})
Implementation
ModelProfileFail({ required this.code, required this.message, required this.isSuccess, });
laokyc_button package
documentation
model/model_profile_fail
ModelProfileFail
ModelProfileFail.new constructor
ModelProfileFail class