menu
scrella_sdk package
documentation
data/auth_data_response.dart
AuthDataResponse
AuthDataResponse.new constructor
AuthDataResponse.new constructor
dark_mode
light_mode
AuthDataResponse
constructor
AuthDataResponse
(
{
required
String
jwt
,
required
String
imeiUrl
,
})
Implementation
AuthDataResponse({required this.jwt, required this.imeiUrl});
scrella_sdk package
documentation
data/auth_data_response
AuthDataResponse
AuthDataResponse.new constructor
AuthDataResponse class