toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (allConnectionStrings != null)
'allConnectionStrings': allConnectionStrings!,
if (dedicated != null) 'dedicated': dedicated!,
if (high != null) 'high': high!,
if (low != null) 'low': low!,
if (medium != null) 'medium': medium!,
if (profiles != null) 'profiles': profiles!,
};