InquiresType.fromJson constructor

InquiresType.fromJson(
  1. dynamic json
)

Implementation

InquiresType.fromJson(dynamic json) {
  _type = json['type'];
  _typeShow = json['type_show'];
  _adminModuleId = json['admin_module_id'];
}