factory RareBooleanData.fromJson(Map<String, dynamic> json) { return RareBooleanData( index: (json['index'] as List).map((e) => e as int).toList(), ); }