app property
Angel
get
app
inherited
The Angel
application powering this controller.
Implementation
Angel get app {
if (_app == null) {
throw ArgumentError("Angel is not instantiated.");
}
return _app!;
}