ConsoleProfileFinishedEvent constructor

ConsoleProfileFinishedEvent({
  1. required String id,
  2. required Location location,
  3. required Profile profile,
  4. String? title,
})

Implementation

ConsoleProfileFinishedEvent({
  required this.id,
  required this.location,
  required this.profile,
  this.title,
});