values property

Implementation

static List<AcousticStatusEnumStatus> get values =>
    <AcousticStatusEnumStatus>[
      statusQueued,
      statusInProgress,
      statusSent,
      statusRangeReceived,
      statusDelivered,
      statusBusy,
      statusInputFailure,
      statusError,
      statusUnsupported,
    ];