BaseModel<T> constructor

BaseModel<T>(
  1. T id
)

Implementation

BaseModel(this.id);