asData property

ByteData? get asData

Implementation

ByteData? get asData => this.isData ? this._value as ByteData : null;