getInstance static method

Utils? getInstance()

Implementation

static Utils? getInstance() {
  utils ??= Utils();
  return utils;
}