i property

Get i

Implementation

static Get get i {
  _instance ??= Get._();
  return _instance!;
}