GeodataConfig constructor

const GeodataConfig({
  1. String? cron,
  2. String? outbound,
  3. List<GeodataAssetConfig>? assets,
})

Implementation

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