instance property

ElginSat instance

Implementation

static ElginSat get instance {
  _instance ??= ElginSat._();
  return _instance!;
}