data property

  1. @JsonKey(fromJson: TypeChecker.fromJsonToNullableString)
String? data
getter/setter pair

The custom data of the message.

Implementation

@JsonKey(fromJson: TypeChecker.fromJsonToNullableString)
String? data;