factory Other.fromJson(Map<String, dynamic> json) => Other( data: json["data"], index: json["index"], );