model property

ModelInfo model

Implementation

ModelInfo get model =>
    (_model == null) ? throw StateError('model is null') : _model!;