isDoNotDisturbOn property

  1. @JsonKey(name: 'do_not_disturb')
bool isDoNotDisturbOn
final

Flag for the option is on or off.

Implementation

@JsonKey(name: 'do_not_disturb')
final bool isDoNotDisturbOn;