toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (allowedBillingModes != null)
'allowedBillingModes': allowedBillingModes!,
if (defaultBillingMode != null)
'defaultBillingMode': defaultBillingMode!,
if (displayName != null) 'displayName': displayName!,
if (frns != null) 'frns': frns!,
if (name != null) 'name': name!,
if (sasUserIds != null) 'sasUserIds': sasUserIds!,
};