UModerationSubjectNotificationNotification constructor

const UModerationSubjectNotificationNotification({
  1. required Notification data,
})

Implementation

const factory UModerationSubjectNotificationNotification(
        {required final Notification data}) =
    _$UModerationSubjectNotificationNotificationImpl;