AddEntityResult.fromMap constructor
- Map map
map => AddEntityResult
Implementation
AddEntityResult.fromMap(Map map)
: assert(map != null,
'Construct a AddEntityResult,The parameter map cannot be null !'),
super.fromMap(map);
map => AddEntityResult
AddEntityResult.fromMap(Map map)
: assert(map != null,
'Construct a AddEntityResult,The parameter map cannot be null !'),
super.fromMap(map);