LeftExtended<L, R> constructor

const LeftExtended<L, R>(
  1. L _l
)

Implementation

const LeftExtended(this._l) : super(_l);