ExpandedField.fromJson constructor
ExpandedField.fromJson(
- dynamic json
Implementation
ExpandedField.fromJson(dynamic json) {
id = json['id'];
createTime = json['createTime'];
fieldName = json['fieldName'];
fieldCode = json['fieldCode'];
fieldClass = json['fieldClass'];
fieldType = json['fieldType'];
fieldGroup = json['fieldGroup'];
dicId = json['dicId'];
dicCode = json['dicCode'];
fieldClassEnum = json['fieldClassEnum'];
required = json['required'];
}