SelectE<T> constructor

const SelectE<T>(
  1. T? item
)

Implementation

const SelectE(this.item);