NotificationVisibility class

A model class is Notification Visibility

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Static Methods

from(int value) NotificationVisibility

Constants

VISIBILITY_HIDDEN → const NotificationVisibility
This download doesn't show in the UI or in the notifications.
VISIBILITY_VISIBLE → const NotificationVisibility
This download is visible but only shows in the notifications while it's in progress.
VISIBILITY_VISIBLE_NOTIFY_COMPLETED → const NotificationVisibility
This download is visible and shows in the notifications while in progress and after completion.
VISIBILITY_VISIBLE_NOTIFY_ONLY_COMPLETION → const NotificationVisibility
This download shows in the notifications after completion ONLY.