toJson method

Map<String, Object?> toJson()

Implementation

Map<String, Object?> toJson() => <String, Object?>{
  'line': line,
  'hash': hash,
  'author': author,
  'content': content,
};