model property

T? model

Returns model

Implementation

T? get model;
void model=(T? model)

Sets model

Implementation

void set model(T? model);