Serializer class

Constructors

Serializer()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

advertisementContainer(BleAdvertisementDataContainer container) Map<String, dynamic>
advertisementData(BleAdvertisementData? data) Map<String, dynamic>?
advertisementSettings(BleAdvertisementSettings settings) Map<String, dynamic>
device(BleDevice device) Map<String, dynamic>
gattCharacteristic(BleGattCharacteristic characteristic) Map<String, dynamic>
gattDescriptors(BleGattDescriptor descriptor) Map<String, dynamic>
gattService(BleGattService service) Map<String, dynamic>
manufacturerData(BleManufacturerData data) Map<String, dynamic>
serviceData(BleServiceData serviceData) Map<String, dynamic>