get static method

NUIApp get()

Implementation

static NUIApp get(){
  assert(_instance != null);
  return _instance!;
}