containsSound method

bool containsSound(
  1. String name
)

Implementation

bool containsSound(String name) => _containsResource('Sound', name);