instance property

Utils get instance

Implementation

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