applicationServerKey property

dynamic applicationServerKey

Implementation

dynamic get applicationServerKey =>
    js_util.getProperty(this, 'applicationServerKey');
void applicationServerKey=(dynamic newValue)

Implementation

set applicationServerKey(dynamic newValue) {
  js_util.setProperty(this, 'applicationServerKey', newValue);
}