toJson method

dynamic toJson()

Implementation

dynamic toJson() => {
  'type': type,
  'min': min,
  'max': max,
  'value': value,
};