note property

String? get note
inherited

Implementation

String get id;@JsonKey(name: 'user_id') String get userId; String get kind;@JsonKey(name: 'topic_id') String? get topicId;@JsonKey(name: 'chunk_id') String? get chunkId;@JsonKey(name: 'session_id') String? get sessionId; String? get note;