toJson method

Map<String, dynamic> toJson()

Implementation

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