GnomeInfo constructor

GnomeInfo()

Implementation

factory GnomeInfo() {
  _instance ??= _init();
  return _instance!;
}