Fragment$SceneData$performers constructor

Fragment$SceneData$performers({
  1. required String id,
  2. required String name,
  3. String? image_path,
  4. String $__typename = 'Performer',
})

Implementation

Fragment$SceneData$performers({
  required this.id,
  required this.name,
  this.image_path,
  this.$__typename = 'Performer',
});