device property

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

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

Implementation

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