values property

Implementation

static final Set<IOSUIScrollViewContentInsetAdjustmentBehavior> values = [
  IOSUIScrollViewContentInsetAdjustmentBehavior.AUTOMATIC,
  IOSUIScrollViewContentInsetAdjustmentBehavior.SCROLLABLE_AXES,
  IOSUIScrollViewContentInsetAdjustmentBehavior.NEVER,
  IOSUIScrollViewContentInsetAdjustmentBehavior.ALWAYS,
].toSet();