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