ConsoleProfileStartedEvent constructor

ConsoleProfileStartedEvent({
  1. required String id,
  2. required Location location,
  3. String? title,
})

Implementation

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