RuleArg class

Constructors

RuleArg({String ds = 'check'})

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

array(String name, {bool required = false, List? dfault}) RuleArg
boolean(String name, {bool required = false, bool? dfault}) RuleArg
check(dynamic x) → dynamic
dfault(String name, dynamic dfault) RuleArg
integer(String name, {bool required = false, int? dfault}) RuleArg
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
number(String name, {bool required = false, double? dfault}) RuleArg
string(String name, {bool required = false, String? dfault}) RuleArg
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited