appHost property

void appHost=(String? value)

Implementation

set appHost(String? value) {
  _appHost = value;
}