CKTextInputType class
Properties
-
decimal
→ bool?
-
The number is decimal, allowing a decimal point to provide fractional.
finalinherited
-
hashCode
→ int
-
The hash code for this object.
no setteroverride
-
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.
no setterinherited
-
signed
→ bool?
-
The number is signed, allowing a positive or negative sign at the start.
finalinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent 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