CheckMyId class abstract

Implemented types

Constructors

CheckMyId(BuildContext context, String? code)
const
factory

Properties

code String?
no setter
context BuildContext
no setter
copyWith → _$$CheckMyIdImplCopyWith<_$CheckMyIdImpl>
Create a copy of ProfileEvent with the given fields replaced by the non-null parameter values.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

map<TResult extends Object?>({required TResult setLangIndex(SetLangIndex value), required TResult getProfile(GetProfile value), required TResult checkMyId(CheckMyId value), required TResult uploadLicense(UploadLicense value), required TResult setImagesLicense(SetImagesLicense value), required TResult setOnlineAndOffline(SetOnlineAndOffline value), required TResult setImagesProfile(SetImagesProfile value), required TResult updateProfile(UpdateProfile value), required TResult checkLockerUi(CheckLockerUi value), required TResult getReview(GetReview value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? setLangIndex(SetLangIndex value)?, TResult? getProfile(GetProfile value)?, TResult? checkMyId(CheckMyId value)?, TResult? uploadLicense(UploadLicense value)?, TResult? setImagesLicense(SetImagesLicense value)?, TResult? setOnlineAndOffline(SetOnlineAndOffline value)?, TResult? setImagesProfile(SetImagesProfile value)?, TResult? updateProfile(UpdateProfile value)?, TResult? checkLockerUi(CheckLockerUi value)?, TResult? getReview(GetReview value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult setLangIndex(SetLangIndex value)?, TResult getProfile(GetProfile value)?, TResult checkMyId(CheckMyId value)?, TResult uploadLicense(UploadLicense value)?, TResult setImagesLicense(SetImagesLicense value)?, TResult setOnlineAndOffline(SetOnlineAndOffline value)?, TResult setImagesProfile(SetImagesProfile value)?, TResult updateProfile(UpdateProfile value)?, TResult checkLockerUi(CheckLockerUi value)?, TResult getReview(GetReview value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult setLangIndex(int index)?, TResult getProfile(BuildContext context)?, TResult checkMyId(BuildContext context, String? code)?, TResult uploadLicense(BuildContext context)?, TResult setImagesLicense(String? front, String? back)?, TResult setOnlineAndOffline(BuildContext context, bool value)?, TResult setImagesProfile(String profile)?, TResult updateProfile(BuildContext context, String firstName, String lastName)?, TResult checkLockerUi(bool show)?, TResult getReview(BuildContext context, RefreshController? controller, bool? isRefresh)?, required TResult orElse()}) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>({required TResult setLangIndex(int index), required TResult getProfile(BuildContext context), required TResult checkMyId(BuildContext context, String? code), required TResult uploadLicense(BuildContext context), required TResult setImagesLicense(String? front, String? back), required TResult setOnlineAndOffline(BuildContext context, bool value), required TResult setImagesProfile(String profile), required TResult updateProfile(BuildContext context, String firstName, String lastName), required TResult checkLockerUi(bool show), required TResult getReview(BuildContext context, RefreshController? controller, bool? isRefresh)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? setLangIndex(int index)?, TResult? getProfile(BuildContext context)?, TResult? checkMyId(BuildContext context, String? code)?, TResult? uploadLicense(BuildContext context)?, TResult? setImagesLicense(String? front, String? back)?, TResult? setOnlineAndOffline(BuildContext context, bool value)?, TResult? setImagesProfile(String profile)?, TResult? updateProfile(BuildContext context, String firstName, String lastName)?, TResult? checkLockerUi(bool show)?, TResult? getReview(BuildContext context, RefreshController? controller, bool? isRefresh)?}) → TResult?
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited