ProfileState constructor
const
ProfileState({
- @Default(true) bool isLoading,
- @Default(false) bool isButtonLoading,
- @Default(false) bool checkLocker,
- @Default(null) ProfileModel? profile,
- @Default(null) String? frontImage,
- @Default(null) String? backImage,
- @Default(null) String? profileImage,
- @Default(null) int? langIndex,
- @Default([]) List<
ReviewModel> reviewList,
Implementation
const factory ProfileState({
@Default(true) bool isLoading,
@Default(false) bool isButtonLoading,
@Default(false) bool checkLocker,
@Default(null) ProfileModel? profile,
@Default(null) String? frontImage,
@Default(null) String? backImage,
@Default(null) String? profileImage,
@Default(null) int? langIndex,
@Default([]) List<ReviewModel> reviewList,
}) = _ProfileState;