data property

T get data

Implementation

T get data {
  assert(_data != null, 'No Data<$T> found in context');
  return _data!;
}