GeodataConfig constructor
const
GeodataConfig({
- String? cron,
- String? outbound,
- List<
GeodataAssetConfig> ? assets,
Implementation
const factory GeodataConfig({
String? cron,
String? outbound,
List<GeodataAssetConfig>? assets,
}) = _GeodataConfig;