FormRulesMessagesEn class

Base message class for form rules.

Consumers can extend this to add their language or override specific messages.

Constructors

FormRulesMessagesEn()
Default const constructor.
const

Properties

alpha String
no setter
alphaNumeric String
no setter
base64 String
no setter
contains String
no setter
countryCode String
Message for the countryCode rule.
no setter
creditCard String
no setter
date String
no setter
email String
Message for the email rule.
no setter
endsWith String
no setter
equals String
no setter
hashCode int
The hash code for this object.
no setterinherited
hexColor String
no setter
inList String
no setter
ipAddress String
no setter
json String
no setter
lowercase String
no setter
macAddress String
no setter
match String
Message for the match rule.
no setter
noSpecialChars String
Message for the noSpecialChars rule.
no setter
notEquals String
no setter
notInList String
no setter
numeric String
Message for the numeric rule.
no setter
password String
no setter
phone String
Message for the phone rule.
no setter
regex String
Message for the regex rule.
no setter
required String
Message for the required rule.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slug String
no setter
startsWith String
no setter
uppercase String
no setter
url String
Message for the URL rule.
no setter
urlHttps String
Message for the URL rule when HTTPS is required.
no setter
uuid String
no setter

Methods

maxLength(int n) String
Message for the maxLength rule.
minLength(int n) String
Message for the minLength rule.
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