RasterDataSourceConfigurationUpdate class

Configuration update for a RasterDataSource.

Constructors

RasterDataSourceConfigurationUpdate(Map<String, String>? providerHeaders, bool? ignoreExpiredData, int? cacheDiskSize)
Creates a new instance.

Properties

cacheDiskSize ↔ int?
Optional update of the cache disk size, in bytes. When not set, no change is made to the current value.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
ignoreExpiredData ↔ bool?
Optional update of the flag indicating whether expired data should be ignored until refreshed. When not set, no change is made to the current flag state.
getter/setter pair
providerHeaders ↔ Map<String, String>?
Optional update of the provider headers. The new list replaces the current one. When not set, no change is made to the current list.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited