XbrAmap.instance constructor

XbrAmap.instance()

自制自实例化工厂对象

Implementation

factory XbrAmap.instance() {
  _init ??= XbrAmap();
  return _init!;
}