contextId property

List<int>? contextId

Implementation

List<int>? get contextId =>
    _model.contextId.isEmpty ? null : _model.contextId;