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_path is the file path for displaying a large icon. This field is optional.

Properties

content String
The content is the body text of the alarm.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
The title is the title of the alarm.
final

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