AlarmModel class
The AlarmModel is used to display an alarm before the service starts.
Constructors
- AlarmModel({required String content, required String title})
-
The
small_icon_pathis the file path for displaying a large icon. This field is optional.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited