instance property

ProxyUtils get instance

Implementation

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