instance static method

FCllama? instance()

Implementation

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