menu
obby_client
obby_client.dart
ObbyEventAuthToken
ObbyEventAuthToken.new const constructor
ObbyEventAuthToken.new
dark_mode
light_mode
ObbyEventAuthToken
constructor
const
ObbyEventAuthToken
(
{
required
String
service
,
required
String
endpoint
,
required
String
token
,
})
Implementation
const ObbyEventAuthToken({ required this.service, required this.endpoint, required this.token, });
obby_client
obby_client
ObbyEventAuthToken
ObbyEventAuthToken.new const constructor
ObbyEventAuthToken class