getSound method

String? getSound()

Value of the aps.sound field.

Implementation

String? getSound() {
  return _sound;
}