toJson method

dynamic toJson()

Implementation

toJson() => {
      'data': data,
      'alignment': alignment,
      'size': size,
      'errorCorrection': errorCorrection,
      'type': type,
      'operator': operator,
    };