Context<T> constructor

Context<T>(
  1. T data
)

Implementation

Context(this.data);