menu
udm_api package
documentation
api/udm.swagger.dart
EntityRes
EntityRes.new const constructor
EntityRes.new const constructor
dark_mode
light_mode
EntityRes
constructor
const
EntityRes
(
{
Object
?
entity
,
required
bool
ok
,
String
?
msg
,
})
Implementation
const EntityRes({ this.entity, required this.ok, this.msg, });
udm_api package
documentation
api/udm.swagger
EntityRes
EntityRes.new const constructor
EntityRes class