notify_state property

int? notify_state

Implementation

int? get notify_state => get('notify_state') as int;
void notify_state=(int? notify_state)

Implementation

set notify_state(int? notify_state) => set('notify_state',notify_state);