values property

List<AssetGenImage> get values

List of all assets

Implementation

List<AssetGenImage> get values => [
      amazonDownload,
      appstoreDownload,
      microsoftDownload,
      playstoreDownload,
      windowsDownload
    ];