menu
fluxer_dart package
documentation
models/handoff_status_response.dart
HandoffStatusResponse
token property
token property
dark_mode
light_mode
token
property
@JsonKey.new(includeIfNull: false)
String
?
token
final
Authentication token if handoff is complete
Implementation
@JsonKey(includeIfNull: false) final String? token;
fluxer_dart package
documentation
models/handoff_status_response
HandoffStatusResponse
token property
HandoffStatusResponse class