disableAwake property Null safety

bool disableAwake
@JsonKey(defaultValue: false), final

Prevent background processes from waking up the UI process

Implementation

@JsonKey(defaultValue: false)
final bool disableAwake;