MusicPerformance constructor

MusicPerformance(
  1. {required String id}
)

Implementation

MusicPerformance({
  required this.id,
});