sound_model.dart 152 B

123456
  1. /// Description: 声音
  2. /// Time : 04/28/2023 Friday
  3. /// Author : liuyuqi.gov@msn.cn
  4. class Sound {
  5. static const String move = 'oive2wav';
  6. }