We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed5f68e commit 2d8f11eCopy full SHA for 2d8f11e
lib/api/model/submessage.dart
@@ -38,7 +38,7 @@ class Submessage {
38
// We cannot parse the String into one of the [SubmessageData] classes because
39
// information from other submessages are required. Specifically, we need:
40
// * the index of this submessage in [Message.submessages];
41
- // * the [WidgetType] of the first [Message.submessages].
+ // * the parsed [WidgetType] from the first [Message.submessages].
42
final String content;
43
44
factory Submessage.fromJson(Map<String, Object?> json) =>
0 commit comments