specialization property

List<DeviceSpecialization>? specialization
inherited

specialization The capabilities supported on a device, the standards to which the device conforms for a particular purpose, and used for the communication.

Implementation

List<DeviceSpecialization>? get specialization =>
    throw _privateConstructorUsedError;