AlarmSetting class
Constructors
- AlarmSetting.new({required int? id, required String? dateTime, required String? audioPath, required String? title, required String? body, required AudioType? audioType, bool? loopAudio = true, bool? snoozeStatus = true, bool? vibrate = true, String? subTitle = "", String? filePath = "", bool? barrierDismissible = true})
- AlarmSetting.fromJson(dynamic json)
Properties
- audioPath ↔ String?
-
getter/setter pair
- audioType ↔ AudioType?
-
getter/setter pair
- barrierDismissible ↔ bool?
-
getter/setter pair
- body ↔ String?
-
getter/setter pair
- dateTime ↔ String?
-
getter/setter pair
- filePath ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ int?
-
getter/setter pair
- loopAudio ↔ bool?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- snoozeStatus ↔ bool?
-
getter/setter pair
- subTitle ↔ String?
-
getter/setter pair
- title ↔ String?
-
getter/setter pair
- vibrate ↔ bool?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited