EntityDeleted<T> constructor Null safety

const EntityDeleted<T>(
  1. T value
)

Implementation

const EntityDeleted(final T value) : super(value);