Test<T> constructor

const Test<T>(
  1. T child
)

Implementation

const Test(this.child);