ThingSmartUserModel.fromMap constructor
Create a ThingSmartUserModel from a Map. Alias for fromJson.
Implementation
factory ThingSmartUserModel.fromMap(Map<String, dynamic> map) =>
ThingSmartUserModel.fromJson(map);
Create a ThingSmartUserModel from a Map. Alias for fromJson.
factory ThingSmartUserModel.fromMap(Map<String, dynamic> map) =>
ThingSmartUserModel.fromJson(map);