instance property

Sic431XCore get instance

Implementation

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