GetAppManifestResult constructor

GetAppManifestResult({
  1. required String url,
  2. required List<AppManifestError> errors,
  3. String? data,
  4. required WebAppManifest manifest,
})

Implementation

GetAppManifestResult(
    {required this.url,
    required this.errors,
    this.data,
    required this.manifest});