Map<String, dynamic> toJson() { final _json = <String, dynamic>{}; if (id != null) { _json[r'id'] = id; } if (macAddress != null) { _json[r'macAddress'] = macAddress; } return _json; }