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