AppstreamUrl constructor

const AppstreamUrl(
  1. String url, {
  2. required AppstreamUrlType type,
})

Implementation

const AppstreamUrl(this.url, {required this.type});