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