i property

Andomie get i

Implementation

static Andomie get i {
  if (_i != null) return _i!;
  throw UnimplementedError(
    "$Andomie hasn't initialized yet, Firstly initialize $Andomie.init() then use.",
  );
}