ReportSchedule class Null safety
The report's schedule.
Can only be set if the report's 'dateRange' is a relative date range and the relative date range is not "TODAY".
Constructors
Properties
- active ↔ bool?
-
Whether the schedule is active or not.
read / write
- every ↔ int?
-
Defines every how many days, weeks or months the report should be run.
read / write
- expirationDate ↔ DateTime?
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- repeats ↔ String?
-
The interval for which the report is repeated.
read / write
-
repeatsOnWeekDays
↔ List<
String> ? -
List of week days "WEEKLY" on which scheduled reports should run.
read / write
- runsOnDayOfMonth ↔ String?
-
Enum to define for "MONTHLY" scheduled reports whether reports should be
repeated on the same day of the month as "startDate" or the same day of
the week of the month.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- startDate ↔ DateTime?
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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