toJson method

dynamic toJson()

Implementation

toJson() => {
      'data': data,
      'position': position,
      'width': width,
      'height': height,
      'hriPosition': hriPosition,
      'hriFont': hriFont,
      'type': type,
      'operator': operator,
    };