ForbiddenEvent constructor

const ForbiddenEvent({
  1. required String path,
})

Implementation

const ForbiddenEvent({required this.path});