instance property

OtherPrinterManager get instance

Implementation

static OtherPrinterManager get instance {
  _instance ??= OtherPrinterManager._privateConstructor();
  return _instance!;
}