toValue property
int
get
toValue
Implementation
int get toValue {
if (this == NotificationVisibility.private) {
return 0;
}
if (this == NotificationVisibility.public) {
return 1;
}
return -1;
}