content property

  1. @JsonKey.new(includeIfNull: false)
String? content
final

The text content of the snapshot

Implementation

@JsonKey(includeIfNull: false)
final String? content;