RuleOptions class

Constructors

RuleOptions({bool? trim, bool? lowerCase, bool? upperCase})

Properties

hashCode int
The hash code for this object.
no setterinherited
lowerCase bool?
Converts all characters to lower case.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trim bool?
Removes any leading and trailing whitespace
getter/setter pair
upperCase bool?
Converts all characters to upper case.
getter/setter pair

Methods

copyWith({bool? trim, bool? lowerCase, bool? upperCase}) RuleOptions
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