instance property

TrackEventUtil get instance

Implementation

static TrackEventUtil get instance {
  _instance ??= TrackEventUtil._();
  return _instance!;
}