SearchFuelMetadata constructor

SearchFuelMetadata(
  1. int? timestamp,
  2. List<SearchFuelType> fuels,
  3. Attribution? attribution
)

Implementation

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