get static method

NUIMTLingual? get()

Implementation

static NUIMTLingual? get(){
  final instance = _instance;
  if(instance == null){
    throwNUI(_MODULE, "Instance have not been built with NUIBusEventBuilder");
  }
  return instance;
}