values property
Set of all values of CustomTabsPostMessageResultType.
Implementation
static final Set<CustomTabsPostMessageResultType> values = [
CustomTabsPostMessageResultType.FAILURE_DISALLOWED,
CustomTabsPostMessageResultType.FAILURE_MESSAGING_ERROR,
CustomTabsPostMessageResultType.FAILURE_REMOTE_ERROR,
CustomTabsPostMessageResultType.SUCCESS,
].toSet();