ThingSmartUserModel.fromMap constructor

ThingSmartUserModel.fromMap(
  1. Map<String, dynamic> map
)

Create a ThingSmartUserModel from a Map. Alias for fromJson.

Implementation

factory ThingSmartUserModel.fromMap(Map<String, dynamic> map) =>
    ThingSmartUserModel.fromJson(map);