data property

T get data

Implementation

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