RightExtended<L, R> constructor

const RightExtended<L, R>(
  1. R _r
)

Implementation

const RightExtended(this._r) : super(_r);