Observe constructor

Observe()

Implementation

factory Observe() {
  _instance ??= Observe._();
  return _instance!;
}