Utils constructor

Utils()

Factory constructor returning the singleton instance.

Implementation

factory Utils() {
  return _singleton;
}