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