Model<T> constructor

Model<T>(
  1. int id,
  2. T? value
)

Implementation

Model(this.id, this.value);