UppercaseMask class

Inheritance

Constructors

UppercaseMask({String mask = '', Map<String, RegExp>? filter, String initialText = ''})

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

formatEditUpdate(TextEditingValue oldValue, TextEditingValue newValue) TextEditingValue
override
getMask() String
inherited
getMaskedText() String
inherited
getUnmaskedText() String
inherited
isFill() bool
inherited
maskText(String text) String
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
unmaskText(String text) String
inherited
updateMask({String mask = '', Map<String, RegExp>? filter}) TextEditingValue
inherited

Operators

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