createDefault static method

SoundAnimation createDefault()

Создание звуковой анимации по умолчанию

Implementation

static SoundAnimation createDefault() {
  return SoundAnimation(start: 0, end: 0);
}