wrapperSessionExportCachedEventsResponseStatusValues top-level property

EnumValues<WrapperSessionExportCachedEventsResponseStatus> wrapperSessionExportCachedEventsResponseStatusValues
final

Implementation

final wrapperSessionExportCachedEventsResponseStatusValues = EnumValues({
  "exportFailed": WrapperSessionExportCachedEventsResponseStatus.EXPORT_FAILED,
  "exportSucceeded":
      WrapperSessionExportCachedEventsResponseStatus.EXPORT_SUCCEEDED
});