menu
fluxer_dart package
documentation
models/handoff_complete_request.dart
HandoffCompleteRequest
userId property
userId property
dark_mode
light_mode
userId
property
@JsonKey.new(name: 'user_id')
String
userId
final
The user ID associated with the token
Implementation
@JsonKey(name: 'user_id') final String userId;
fluxer_dart package
documentation
models/handoff_complete_request
HandoffCompleteRequest
userId property
HandoffCompleteRequest class