sound property

String? sound

Implementation

String? get sound => _$this._sound;
void sound=(String? sound)

Implementation

set sound(String? sound) => _$this._sound = sound;