MarketplaceMetadata constructor

const MarketplaceMetadata({
  1. String? description,
  2. String? homepage,
})

Implementation

const MarketplaceMetadata({this.description, this.homepage});