SearchFuelMetadata constructor
SearchFuelMetadata(
- int? timestamp,
- List<
SearchFuelType> fuels, - Attribution? attribution
Implementation
factory SearchFuelMetadata(
core.int? timestamp,
core.List<SearchFuelType> fuels,
mapkit_attribution.Attribution? attribution) =>
SearchFuelMetadataImpl(timestamp, fuels, attribution);