asFromString property

KeyFromString? get asFromString

Implementation

KeyFromString? get asFromString => this.isFromString ? this._value as KeyFromString : null;