instance static method

XbrLocation instance()

Implementation

static XbrLocation instance() {
  _instance ??= XbrLocation();
  return _instance!;
}