AddEntityResult.fromMap constructor

AddEntityResult.fromMap(
  1. Map map
)

map => AddEntityResult

Implementation

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