app property

Angel app

The Angel application powering this controller.

Implementation

Angel get app {
  if (_app == null) {
    throw ArgumentError("Angel is not instantiated.");
  }

  return _app!;
}