toNativeValue property
int
get
toNativeValue
Implementation
int get toNativeValue {
switch (this) {
case CleverPushStorySortToLastIndex.positionDefault:
return 0;
case CleverPushStorySortToLastIndex.positionEnd:
return 1;
}
}