FMTCSettings class

Global 'flutter_map_tile_caching' settings

Constructors

FMTCSettings({FMTCTileProviderSettings? defaultTileProviderSettings, FilesystemSanitiserResult filesystemSanitiser(String input) = defaultFilesystemSanitiser})
Create custom global 'flutter_map_tile_caching' settings

Properties

defaultTileProviderSettings FMTCTileProviderSettings
Default settings used when creating an FMTCTileProvider
final
filesystemSanitiser FilesystemSanitiserResult Function(String input)
Method to sanitise any potentially unsafe String that will appear as a name of a FileSystemEntity
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

filesystemFormFieldValidator(String? storeName) String?
Use filesystemSanitiser publicly, in a validation situation such as in FormField
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