token property

  1. @JsonKey.new(includeIfNull: false)
String? token
final

Authentication token if handoff is complete

Implementation

@JsonKey(includeIfNull: false)
final String? token;