contextId property

String get contextId

A unique identifier for this context

Implementation

String get contextId => _wrapped.contextId;
set contextId (String v)

Implementation

set contextId(String v) {
  _wrapped.contextId = v;
}