getCommon method

dynamic getCommon()

Implementation

dynamic getCommon() {
  return getValue(inRoute: false, route: [this._commonKey]);
}