instance property

Implementation

static ApiRequestPerformance? get instance {
  if (_instance == null) {
    _instance = ApiRequestPerformance();
  }
  return _instance;
}