data property
- @JsonKey.new(fromJson: TypeChecker.fromJsonToNullableString)
getter/setter pairinherited
The custom data of the message.
Implementation
@JsonKey(fromJson: TypeChecker.fromJsonToNullableString)
String? data;
The custom data of the message.
@JsonKey(fromJson: TypeChecker.fromJsonToNullableString)
String? data;