voiceHasPlay property

bool get voiceHasPlay

Implementation

bool get voiceHasPlay {
  return attributes?[voiceHasReadKey] == true;
}