GoogleChromeManagementV1TouchScreenInfo class
Information on the device touch screen.
Constructors
-
GoogleChromeManagementV1TouchScreenInfo({List<
GoogleChromeManagementV1TouchScreenDevice> ? devices, String? touchpadLibrary}) - GoogleChromeManagementV1TouchScreenInfo.fromJson(Map json_)
Properties
-
devices
↔ List<
GoogleChromeManagementV1TouchScreenDevice> ? -
List of the internal touch screen devices.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- touchpadLibrary ↔ String?
-
Touchpad library name used by the input stack.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited