instance property Null safety

Printer instance

Implementation

static Printer get instance => _instance;
void instance=(Printer instance)

Implementation

static set instance(Printer instance) {
  _instance = instance;
}