UEmitEventEventModEventComment constructor

const UEmitEventEventModEventComment({
  1. required ModEventComment data,
})

Implementation

const factory UEmitEventEventModEventComment(
        {required final ModEventComment data}) =
    _$UEmitEventEventModEventCommentImpl;