applicationServerKey property
dynamic
get
applicationServerKey
Implementation
_i2.dynamic get applicationServerKey => _i4.getProperty(
this,
'applicationServerKey',
);
set
applicationServerKey
(dynamic value)
Implementation
set applicationServerKey(_i2.dynamic value) {
_i4.setProperty(
this,
'applicationServerKey',
value,
);
}