NumTextInputType class Null safety

Inheritance

Constructors

NumTextInputType({required String name, bool? signed, bool? decimal, String? params})
const
NumTextInputType.fromJSON(Map<String, dynamic> encoded)
factory

Properties

decimal bool?
The number is decimal, allowing a decimal point to provide fractional.
finalinherited
hashCode int
The hash code for this object.
read-onlyoverride
index int
Enum value index, corresponds to one of the values.
finalinherited
name String
final
params String?
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
signed bool?
The number is signed, allowing a positive or negative sign at the start.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Returns a representation of this object as a JSON object.
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object target) bool
The equality operator.
override