asEmpty property

Object? get asEmpty

Implementation

Object? get asEmpty => this.isEmpty ? this._value as Object : null;