UnauthorizedEvent constructor

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

Implementation

const UnauthorizedEvent({required this.path});