menu
testing_sso_f package
documentation
models/auth_response_model.dart
AuthResponseModel
AuthResponseModel.new constructor
AuthResponseModel.new constructor
dark_mode
light_mode
AuthResponseModel
constructor
AuthResponseModel
(
{
required
String
errorDetails
,
required
List
<
Entity
>
entities
,
required
String
username
,
})
Implementation
AuthResponseModel({ required this.errorDetails, required this.entities, required this.username, });
testing_sso_f package
documentation
models/auth_response_model
AuthResponseModel
AuthResponseModel.new constructor
AuthResponseModel class