instance property

Parser get instance

Implementation

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