instance property

BuffConverterBase get instance

Implementation

static BuffConverterBase get instance {
  _instance ??= BuffConverterBase();
  return _instance!;
}