toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'note': note.toJson(),
      'highlight': highlight.toJson(),
      'underline': underline.toJson(),
      'squiggly': squiggly.toJson(),
      'strikeout': strikeout.toJson(),
      'ink': ink.toJson(),
      'square': square.toJson(),
      'circle': circle.toJson(),
      'line': line.toJson(),
      'arrow': arrow.toJson(),
      'freeText': freeText.toJson()
    };