instance property

SyncLogger get instance

Implementation

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