UEmitEventEvent.modEventComment constructor

const UEmitEventEvent.modEventComment({
  1. required ModEventComment data,
})

Implementation

const factory UEmitEventEvent.modEventComment({
  required ModEventComment data,
}) = UEmitEventEventModEventComment;