factory FetchSchema.fromJson(Map<String, dynamic> json) { return FetchSchema( id: json['id'] as String, key: json['key'] as String, ); }