menu
epayco_dart package
documentation
domain/entities/auth_response_entity.dart
AuthResponseEntity
AuthResponseEntity constructor
AuthResponseEntity constructor
dark_mode
light_mode
AuthResponseEntity
constructor
AuthResponseEntity
(
{
required
String
token
,
})
Implementation
AuthResponseEntity({required this.token});
epayco_dart package
documentation
domain/entities/auth_response_entity
AuthResponseEntity
AuthResponseEntity constructor
AuthResponseEntity class