FoundWebApp constructor
const
FoundWebApp({})
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,
});