GoogleChromeManagementV1TouchScreenDevice.fromJson constructor

GoogleChromeManagementV1TouchScreenDevice.fromJson(
  1. Map json_
)

Implementation

GoogleChromeManagementV1TouchScreenDevice.fromJson(core.Map json_)
    : this(
        displayName: json_['displayName'] as core.String?,
        stylusCapable: json_['stylusCapable'] as core.bool?,
        touchPointCount: json_['touchPointCount'] as core.int?,
      );