factory CustomHttpPattern.fromJson(Map<String, dynamic> json) { return CustomHttpPattern( kind: json['kind'] ?? '', path: json['path'] ?? '', ); }