FetchSettings class

Fetch details to deliver the data source.

Constructors

FetchSettings.new({int? dayOfMonth, String? dayOfWeek, bool? enabled, String? fetchUri, String? frequency, String? password, TimeOfDay? timeOfDay, String? timeZone, String? username})
FetchSettings.fromJson(Map json_)

Properties

dayOfMonth int?
The day of the month when the data source file should be fetched (1-31).
getter/setter pair
dayOfWeek String?
The day of the week when the data source file should be fetched.
getter/setter pair
enabled bool?
Enables or pauses the fetch schedule.
getter/setter pair
fetchUri String?
The URL where the data source file can be fetched.
getter/setter pair
frequency String?
The frequency describing fetch schedule.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
password String?
An optional password for fetch_uri.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeOfDay TimeOfDay?
The hour of the day when the data source file should be fetched.
getter/setter pair
timeZone String?
Time zone used for schedule.
getter/setter pair
username String?
An optional user name for fetch_uri.
getter/setter pair

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