menu
las_app package
documentation
features/profile/bloc/bloc_profile.dart
ProfileState
ProfileState.new const constructor
ProfileState.new const constructor
dark_mode
light_mode
ProfileState
constructor
const
ProfileState
(
{
bool
isLoading
=
true
,
String
?
sName
,
String
?
sMobile
,
String
?
sEmail
,
String
?
sPan
,
})
Implementation
const ProfileState({ this.isLoading = true, this.sName, this.sMobile, this.sEmail, this.sPan, });
las_app package
documentation
features/profile/bloc/bloc_profile
ProfileState
ProfileState.new const constructor
ProfileState class