toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (network != null) 'network': network!,
if (networkTags != null) 'networkTags': networkTags!,
if (subNetwork != null) 'subNetwork': subNetwork!,
};