$initialize method

  1. @mustCallSuper
void $initialize()
inherited

Implementation

@mustCallSuper
void $initialize() {
  CSSBus._instances.update(
    iD, //...grow instance
    (v) => v + 1,
    ifAbsent: () => 1,
  );
}