EndpointLoadedEvent constructor

EndpointLoadedEvent({
  1. required Endpoint endpoint,
})

Implementation

EndpointLoadedEvent({required this.endpoint}) : super(type: THEOliveApiEventTypes.ENDPOINTLOADED);