text property

  1. @JsonKey(name: 'text')
String? get text
inherited

Optional. Brief description of the game or high scores included in the game message.

Implementation

@JsonKey(name: 'text')
String? get text;