toNativeValue property

int get toNativeValue

Implementation

int get toNativeValue {
  switch (this) {
    case CleverPushStoryCloseButtonPosition.left:
      return 0;
    case CleverPushStoryCloseButtonPosition.right:
      return 1;
  }
}