noInstallPrompt property

String get noInstallPrompt

Implementation

String get noInstallPrompt => _noInstallPrompt;
set noInstallPrompt (String value)

Implementation

set noInstallPrompt(String value) {
  _noInstallPrompt = value;
}