factory NetworkEthereumAttributes.fromJson(Map<String, dynamic> json) { return NetworkEthereumAttributes( chainId: json['ChainId'] as String?, ); }