i property

Implementation

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