applicationServerKey property
dynamic
get
applicationServerKey
Implementation
dynamic get applicationServerKey =>
js_util.getProperty(this, 'applicationServerKey');
set
applicationServerKey
(dynamic newValue)
Implementation
set applicationServerKey(dynamic newValue) {
js_util.setProperty(this, 'applicationServerKey', newValue);
}