toJson method

Map<String, dynamic> toJson()

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

Implementation

Map<String, dynamic> toJson() => _$AdHocDeviceToJson(this);