model property

ModelInfo model

Implementation

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