menu
otium_ecommerce
domain/entities/authentication_info_entity.dart
AuthenticationInfoEntity
AuthenticationInfoEntity constructor
AuthenticationInfoEntity
dark_mode
light_mode
AuthenticationInfoEntity
constructor
AuthenticationInfoEntity
(
{
String
?
token
,
bool
isSalesRep
=
false
,
})
Implementation
AuthenticationInfoEntity({ this.token, this.isSalesRep = false, });
otium_ecommerce
authentication_info_entity
AuthenticationInfoEntity
AuthenticationInfoEntity constructor
AuthenticationInfoEntity class