device property

  1. @Deprecated('Use [availableOnDevice]. See https://schema.org/device')
String? device
getter/setter pair

Device required to run the application. Used in cases where a specific make/model is required to run the application.

Implementation

@Deprecated('Use [availableOnDevice]. See https://schema.org/device')
String? device;