toJson method

Map<String, dynamic> toJson()

Returns the JSON representation as a Map of this Identifier instance.

Implementation

Map<String, dynamic> toJson() {
  return <String, dynamic>{'ble': ble, 'wifi': wifi};
}