ServiceResult.fromMap constructor

ServiceResult.fromMap(
  1. Map map
)

map => ServiceResult

Implementation

ServiceResult.fromMap(Map map)
    : assert(map != null,
          'Construct a ServiceOption,The parameter map cannot be null !'),
      super.fromMap(map) {
}