instance property

DartHelper instance

Implementation

static DartHelper get instance {
  _instance ??= DartHelper._init();
  return _instance!;
}