menu
bluesky package
documentation
atproto.dart
ServiceAuthToken
ServiceAuthToken const constructor
ServiceAuthToken const constructor
dark_mode
light_mode
ServiceAuthToken
constructor
@jsonSerializable
const
ServiceAuthToken
(
{
required
String
token
,
})
Implementation
@jsonSerializable const factory ServiceAuthToken({ required String token, }) = _ServiceAuthToken;
bluesky package
documentation
atproto
ServiceAuthToken
ServiceAuthToken const constructor
ServiceAuthToken class