PracticeReminderSetting class
This class represents a setting for reminding user to learn.
Constructors
- PracticeReminderSetting.from({required String learningLanguage, required int timeInMinutes, required bool isEnabledPush, required bool useSmartReminderTime, required bool isEnabledEmail})
- Returns the new instance of PracticeReminderSetting based on arguments.
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- isEnabledEmail → bool
-
The flag that represents email is enabled or not
final
- isEnabledPush → bool
-
The flag that represents push is enabled or not
final
- learningLanguage → String
-
The learning language
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeInMinutes → int
-
The time in minutes
final
- useSmartReminderTime → bool
-
The flag that represents use smart reminder time or not
final
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