contextId property

String? contextId

Implementation

String? get contextId =>
    _model.contextId.isEmpty ? null : hex.encode(_model.contextId);