AntdFormRuleRequiredValid class
- Inheritance
-
- Object
- AntdFormRuleValid
- AntdFormRuleRequiredValid
Constructors
- AntdFormRuleRequiredValid.new({String? message, AntdFormTrigger? trigger, bool warningOnly = false})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
错误信息,不设置时会通过模板自动生成
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- trigger → AntdFormTrigger?
-
设置触发验证时机
finalinherited
- validator → AntdFormRuleValidator?
-
自定义校验
finalinherited
- warningOnly → bool
-
仅警告,不阻塞表单提交
finalinherited
Methods
-
buildValidator(
) → AntdFormRuleValidator? -
override
-
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