StaticTokenSource constructor

StaticTokenSource(
  1. String _value
)

Builds a source that always returns value.

Implementation

StaticTokenSource(this._value);