webAppName property

String? webAppName
getter/setter pair

The web application name extracted from web/index.html title tag

Example: "My Flutter App"

Implementation

static String? webAppName;