getData method

ContextData getData()

Implementation

ContextData getData() {
  checkReady(true);

  return data_!;
}