FastValidate class

FastValidate

Constructors

FastValidate()

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 Methods

expHasMatch(String value, String express) bool
正则表达式
isMobilePhone(String value) bool
验证手机号
isNotNull(dynamic value) bool
验证参数是否为空
isNull(dynamic value) bool
验证参数是否为空
isNumberNotNull(dynamic value) bool
验证参数是否为空
isWebUrl(String value) bool
url