toJson method
Implementation
Map<String, dynamic> toJson() => withoutNulls({
'enabled': enabled,
'destOverride': destOverride?.toJson(),
'domainsExcluded': domainsExcluded?.toJson(),
'ipsExcluded': ipsExcluded?.toJson(),
'metadataOnly': metadataOnly,
'routeOnly': routeOnly,
});