ValidateResult class
Constructors
- ValidateResult({required String msg, required int code, dynamic data})
Properties
Methods
-
isCommonCritical(
) → bool -
isCritical(
) → bool -
isOk(
) → bool -
isSequenceCritical(
) → bool -
isSequenceWarn(
) → bool -
isWarn(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
critical(
{String? msg, int? code}) → ValidateResult -
describeCode(
int code) → String -
fail(
{String? msg, int? code}) → ValidateResult -
okay(
{String? msg}) → ValidateResult -
warn(
{String? msg}) → ValidateResult