CheckitErrors class

Implemented types

Constructors

CheckitErrors.new({required StringCheckitErrorsBase stringErrors, required NumCheckitErrorsBase numErrors, required IpCheckitErrorsBase ipErrors, required PasswordCheckitErrorsBase passwordErrors, required StringDateCheckitErrorsBase stringDateErrors, required GeneralCheckitErrorsBase generalErrors, required IntCheckitErrorsBase intErrors, required DoubleCheckitErrorsBase doubleErrors})
const
CheckitErrors.defaultErrors()
factory

Properties

doubleErrors DoubleCheckitErrorsBase
final
generalErrors GeneralCheckitErrorsBase
final
hashCode int
The hash code for this object.
no setterinherited
intErrors IntCheckitErrorsBase
final
ipErrors IpCheckitErrorsBase
final
numErrors NumCheckitErrorsBase
final
passwordErrors PasswordCheckitErrorsBase
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringDateErrors StringDateCheckitErrorsBase
final
stringErrors StringCheckitErrorsBase
final

Methods

copyWith({StringCheckitErrorsBase? stringErrors, NumCheckitErrorsBase? numErrors, IpCheckitErrorsBase? ipErrors, PasswordCheckitErrorsBase? passwordErrors, StringDateCheckitErrorsBase? stringDateErrors, GeneralCheckitErrorsBase? generalErrors, IntCheckitErrorsBase? intErrors, DoubleCheckitErrorsBase? doubleErrors}) CheckitErrors
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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