UpdateEntityResult.fromMap constructor

UpdateEntityResult.fromMap(
  1. Map map
)

map => UpdateEntityResult

Implementation

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