toNativeValue property

int get toNativeValue

Implementation

int get toNativeValue {
  switch (this) {
    case CleverPushStoryViewSize.matchParent:
      return -1;
    case CleverPushStoryViewSize.wrapContent:
      return -2;
  }
}