hwModel property

Uint8List? get hwModel

HwModel: product or board model identifier (key 259).

Implementation

Uint8List? get hwModel => _asBytes(_map[259]);
set hwModel (Uint8List? value)

Implementation

set hwModel(Uint8List? value) => _set(259, value);