model property

M model

The current model state. The initial value is specified in your init() implementation.

Implementation

M get model => _currentActiveModel!;