Present<T> constructor

const Present<T>(
  1. T value
)

Implementation

const Present(this.value) : super();