data property

  1. @override
T? get data
override

Implementation

@override
T? get data => this.transform(this._data);