token property Null safety

String token
@JsonKey(name: '@token'), final

Token that uniquely references this configuration. Length up to 64 characters.

Implementation

@JsonKey(name: '@token')
final String token;