EndpointLoadedEvent constructor
EndpointLoadedEvent({
- required Endpoint endpoint,
Implementation
EndpointLoadedEvent({required this.endpoint}) : super(type: THEOliveApiEventTypes.ENDPOINTLOADED);