toJson method

Map toJson()

Implementation

Map toJson() => {
  'fieldName': fieldName,
  'value': value,
  'isEditable': isEditable
};