galleryCount property
- @JsonKey(name: 'gallery_count')
inherited
Implementation
String get id; String get name; String? get url;@JsonKey(name: 'image_path') String? get imagePath; String? get details; int? get rating100;@JsonKey(name: 'scene_count') int get sceneCount;@JsonKey(name: 'image_count') int get imageCount;@JsonKey(name: 'gallery_count') int get galleryCount;