asNone property

Object? get asNone

Implementation

Object? get asNone => this.isNone ? this._value as Object : null;