UnitData.fromJson constructor

UnitData.fromJson(
  1. dynamic json
)

Implementation

UnitData.fromJson(dynamic json) {
  _id = json['id'];
  _flatNoTemp = json['flat_no_temp'];
  _superBuiltUpArea = json['super_built_up_area'];
  _superBuiltUpAreaTemp = json['super_built_up_area_temp'];
}