RegexPatterns class

Constructors

RegexPatterns.new()

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

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

Static Properties

email RegExp
Email: user@example.com
final
password RegExp
Password: Min 8 chars, at least 1 letter, 1 number, 1 special char
final
phone RegExp
Phone: +CountryCode + number (9–15 digits)
final
username RegExp
Username: Letters, numbers, underscores, 3–16 chars
final