Attribute.fromRequestJson constructor
Attribute.fromRequestJson(
- dynamic json
Implementation
Attribute.fromRequestJson(dynamic json) {
fieldName = json.fieldName;
fieldValue = json.fieldValue;
colorCode = json.colorCode;
}