Utils constructor
Utils()
Factory constructor returning the singleton instance.
Implementation
factory Utils() {
return _singleton;
}
Factory constructor returning the singleton instance.
factory Utils() {
return _singleton;
}