instance property

KitUtils get instance

Implementation

static KitUtils get instance {
  _instance ??= KitUtils._internal();
  return _instance!;
}