createDefault static method
Создание звуковой анимации по умолчанию
Implementation
static SoundAnimation createDefault() {
return SoundAnimation(start: 0, end: 0);
}
Создание звуковой анимации по умолчанию
static SoundAnimation createDefault() {
return SoundAnimation(start: 0, end: 0);
}