model property

ModelInfo get model

Implementation

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