InfoNotMatching class abstract

Implemented types

Constructors

InfoNotMatching()
const
factory

Properties

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 badRequestListErrors(badRequestListErrors value), required TResult securityError(SecurityError value), required TResult badRequest(badRequest value), required TResult noAccess(NoAccess value), required TResult notFoundResource(NotFoundResource value), required TResult serverError(ServerError value), required TResult noInternetConnection(NoInternetConnection value), required TResult authExpired(AuthExpired value), required TResult infoNotMatching(InfoNotMatching value), required TResult listErrors(ListErrorsM value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? badRequestListErrors(badRequestListErrors value)?, TResult? securityError(SecurityError value)?, TResult? badRequest(badRequest value)?, TResult? noAccess(NoAccess value)?, TResult? notFoundResource(NotFoundResource value)?, TResult? serverError(ServerError value)?, TResult? noInternetConnection(NoInternetConnection value)?, TResult? authExpired(AuthExpired value)?, TResult? infoNotMatching(InfoNotMatching value)?, TResult? listErrors(ListErrorsM value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult badRequestListErrors(badRequestListErrors value)?, TResult securityError(SecurityError value)?, TResult badRequest(badRequest value)?, TResult noAccess(NoAccess value)?, TResult notFoundResource(NotFoundResource value)?, TResult serverError(ServerError value)?, TResult noInternetConnection(NoInternetConnection value)?, TResult authExpired(AuthExpired value)?, TResult infoNotMatching(InfoNotMatching value)?, TResult listErrors(ListErrorsM value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult badRequestListErrors(List<String> listErrors)?, TResult securityError()?, TResult badRequest()?, TResult noAccess()?, TResult notFoundResource()?, TResult serverError()?, TResult noInternetConnection()?, TResult authExpired()?, TResult infoNotMatching()?, TResult listErrors(List<String> errorList)?, 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 badRequestListErrors(List<String> listErrors), required TResult securityError(), required TResult badRequest(), required TResult noAccess(), required TResult notFoundResource(), required TResult serverError(), required TResult noInternetConnection(), required TResult authExpired(), required TResult infoNotMatching(), required TResult listErrors(List<String> errorList)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? badRequestListErrors(List<String> listErrors)?, TResult? securityError()?, TResult? badRequest()?, TResult? noAccess()?, TResult? notFoundResource()?, TResult? serverError()?, TResult? noInternetConnection()?, TResult? authExpired()?, TResult? infoNotMatching()?, TResult? listErrors(List<String> errorList)?}) → TResult?
inherited

Operators

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