factory EgressFilter.fromJson(Map<String, dynamic> json) { return EgressFilter( type: (json['type'] as String).toEgressFilterType(), ); }