notify_state_enum property

NotifyState? notify_state_enum

Implementation

NotifyState? get notify_state_enum =>
    WaterLineField.getNotifyState(get('notify_state') as int);
void notify_state_enum=(NotifyState? notify_state)

Implementation

set notify_state_enum(NotifyState? notify_state) =>
    set('notify_state', WaterLineField.getNotifyStateValue(notify_state));