instance property

dynamic get instance

Implementation

static get instance {
  _instance ??= MessageHandlerAction();
  return _instance;
}