asString property

String? get asString

Implementation

String? get asString => this.isString ? this._value as String : null;