AppState constructor
AppState({
- PackageInfo? packageInfo,
- UserProfileResponse? userProfileResponse,
- bool? userProfileFetched,
- bool? isLoading,
Implementation
AppState({
this.packageInfo,
this.userProfileResponse,
this.userProfileFetched,
this.isLoading,
});