instance property

Implementation

static FrameSeparateTaskQueue? get instance {
  _instance ??= FrameSeparateTaskQueue._();
  return _instance;
}