FoundWebApp constructor

const FoundWebApp({
  1. required WebApp webApp,
  2. required bool requestWriteAccess,
  3. required bool skipConfirmation,
  4. dynamic extra,
  5. int? clientId,
})

Contains information about a Web App found by its short name

Implementation

const FoundWebApp({
  required this.webApp,
  required this.requestWriteAccess,
  required this.skipConfirmation,
  this.extra,
  this.clientId,
});