QuietTime class
Specifies the start and end times that define a time range when messages aren't sent to endpoints.
Constructors
Properties
- end → String?
-
The specific time when quiet time ends. This value has to use 24-hour
notation and be in HH:MM format, where HH is the hour (with a leading zero,
if applicable) and MM is the minutes. For example, use 02:30 to represent
2:30 AM, or 14:30 to represent 2:30 PM.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- start → String?
-
The specific time when quiet time begins. This value has to use 24-hour
notation and be in HH:MM format, where HH is the hour (with a leading zero,
if applicable) and MM is the minutes. For example, use 02:30 to represent
2:30 AM, or 14:30 to represent 2:30 PM.
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