DescriptorWithValue.fromJson constructor
DescriptorWithValue.fromJson(
- Map<
String, dynamic> jsonObject, - Characteristic characteristic,
- ManagerForDescriptor manager
Implementation
DescriptorWithValue.fromJson(
Map<String, dynamic> jsonObject,
Characteristic characteristic,
ManagerForDescriptor manager,
) : value = base64Decode(jsonObject[_DescriptorMetadata.value]),
super.fromJson(jsonObject, characteristic, manager);