asyncValue property

ASYNC_RESULT_TYPE asyncValue

Implementation

ASYNC_RESULT_TYPE get asyncValue {
  if (_asyncValue == null) {
    buildAsyncValue();
  }
  return _asyncValue!;
}