SecureKeyboardKey class

A model representing secure keyboard keys.

Constructors

SecureKeyboardKey({String? text, required SecureKeyboardKeyType type, SecureKeyboardKeyAction? action})
Constructs an instance of SecureKeyboardKey.
const
SecureKeyboardKey.fromJson(Map<String, dynamic> json)
Generate SecureKeyboardKey model from json.
factory

Properties

action SecureKeyboardKeyAction?
The action of SecureKeyboardKey.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
The text of SecureKeyboardKey.
final
type SecureKeyboardKeyType
The type of SecureKeyboardKey.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson({bool toUpperText = false}) Map<String, dynamic>
Returns the data field of SecureKeyboardKey in JSON format.
toString() String
A string representation of this object.
inherited

Operators

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