menu
star_live package
documentation
http/entity/base/error_entity.dart
ErrorEntity
ErrorEntity.new constructor
ErrorEntity.new constructor
dark_mode
light_mode
ErrorEntity
constructor
ErrorEntity
(
{
required
int
code
,
required
String
message
,
})
Implementation
ErrorEntity({required this.code, required this.message});
star_live package
documentation
http/entity/base/error_entity
ErrorEntity
ErrorEntity.new constructor
ErrorEntity class