Attribute.fromRequestJson constructor

Attribute.fromRequestJson(
  1. dynamic json
)

Implementation

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