asFromFile property

KeyFromFile? get asFromFile

Implementation

KeyFromFile? get asFromFile => this.isFromFile ? this._value as KeyFromFile : null;