Utils.getInstance constructor

Utils.getInstance()

Implementation

factory Utils.getInstance() {
  _instance ??= Utils._();
  return _instance!;
}