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