menu
ekyc_flutter package
documentation
app/data/api/http_client.dart
ErrorEntity
ErrorEntity.new constructor
ErrorEntity.new constructor
dark_mode
light_mode
ErrorEntity
constructor
ErrorEntity
(
{
required
int
code
,
String
?
message
,
})
Implementation
ErrorEntity({required this.code, this.message});
ekyc_flutter package
documentation
app/data/api/http_client
ErrorEntity
ErrorEntity.new constructor
ErrorEntity class