licenseKey property
String
get
licenseKey
Gets or sets the license key.
Implementation
static _i2.String get licenseKey => _i4.getProperty(
_declaredDiagram,
'licenseKey',
);
set
licenseKey
(String value)
Implementation
static set licenseKey(_i2.String value) {
_i4.setProperty(
_declaredDiagram,
'licenseKey',
value,
);
}