additionalFields property
The additionalFields of the device, only will return something when is imported from compatible source.
Implementation
InboundProtocol? get protocol;/// The [additionalFields] of the device, only will return something when is imported from compatible source.
Map<String, dynamic>? get additionalFields;