token property

  1. @JsonKey.new(name: 'token')
String? token
final

能加入频道的 Token。

Implementation

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