AppstreamScreenshot constructor

const AppstreamScreenshot({
  1. List<AppstreamImage> images = const [],
  2. Map<String, String> caption = const {},
  3. bool isDefault = false,
})

Implementation

const AppstreamScreenshot(
    {this.images = const [],
    this.caption = const {},
    this.isDefault = false});