UModEventViewEventModEventAcknowledge constructor

const UModEventViewEventModEventAcknowledge({
  1. required ModEventAcknowledge data,
})

Implementation

const factory UModEventViewEventModEventAcknowledge(
        {required final ModEventAcknowledge data}) =
    _$UModEventViewEventModEventAcknowledgeImpl;