peripheralParserSpec property

Map<String, dynamic>? get peripheralParserSpec
inherited

peripheralParserSpec is the parser specification for the peripheral device.

Implementation

set peripheralIdentifier(String? value);/// [peripheralParserSpec] is the parser specification for the peripheral device.
Map<String, dynamic>? get peripheralParserSpec;
set peripheralParserSpec (Map<String, dynamic>? value)
inherited

peripheralParserSpec is the parser specification for the peripheral device.

Implementation

Map<String, dynamic>? get peripheralParserSpec;/// [peripheralParserSpec] is the parser specification for the peripheral device.
set peripheralParserSpec(Map<String, dynamic>? value);