UModEventViewEventModEventComment constructor

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

Implementation

const factory UModEventViewEventModEventComment(
        {required final ModEventComment data}) =
    _$UModEventViewEventModEventCommentImpl;