PublicationLoadedEvent constructor

PublicationLoadedEvent({
  1. required String publicationId,
})

Implementation

PublicationLoadedEvent({required this.publicationId}) : super(type: THEOliveApiEventTypes.PUBLICATIONLOADED);