ResultFormat class abstract

Implementers

Constructors

ResultFormat.date(String errorMsg, String format)
factory
ResultFormat.email(String errorMsg)
factory
ResultFormat.expression(String expression)
factory
ResultFormat.length(String errorMsg, int count)
factory
ResultFormat.location(String errorMsg)
factory
ResultFormat.multipleChoice(String errorMsg)
factory
ResultFormat.name(String errorMsg)
factory
ResultFormat.none()
factory
ResultFormat.notBlank(String errorMsg)
factory
ResultFormat.notEmpty(String errorMsg)
factory
ResultFormat.notNull(String errorMsg)
factory
ResultFormat.number(String errorMsg)
factory
ResultFormat.password(String errorMsg)
factory
ResultFormat.singleChoice(String errorMsg)
factory
ResultFormat.smile(String errorMsg)
factory
ResultFormat.text(String errorMsg)
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

error() String
isValid(dynamic input) bool
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