OfflineRegion class Null safety
Constructors
- OfflineRegion({BinaryMessenger? binaryMessenger})
-
Constructor for OfflineRegion. The
binaryMessengernamed argument is available for dependency injection. If it is left null, the default BinaryMessenger will be used which routes to the host platform.
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
getGeometryDefinition(
) → Future< OfflineRegionGeometryDefinition?> -
getIdentifier(
) → Future< int> -
getMetadata(
) → Future< Uint8List> -
getTilePyramidDefinition(
) → Future< OfflineRegionTilePyramidDefinition?> -
invalidate(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
purge(
) → Future< void> -
setMetadata(
Uint8List arg_metadata) → Future< void> -
setOfflineRegionDownloadState(
OfflineRegionDownloadState arg_state) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
codec
→ const MessageCodec<
Object?> -
_OfflineRegionCodec()