data property

T get data

The data to provide to the parent.

Implementation

T get data {
  assert(hasData);
  return _data!;
}