toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (address != null) 'address': address!,
if (existingNetworkId != null) 'existingNetworkId': existingNetworkId!,
if (networkId != null) 'networkId': networkId!,
};