toNativeValue property

int get toNativeValue

Implementation

int get toNativeValue {
  switch (this) {
    case CleverPushVisibility.visible:
      return 0;
    case CleverPushVisibility.gone:
      return 8;
  }
}