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