UModEventViewEvent.modEventComment constructor

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

Implementation

const factory UModEventViewEvent.modEventComment({
  required ModEventComment data,
}) = UModEventViewEventModEventComment;