label property
Object
get
label
The label of this signature.
Either a string or inclusive start and exclusive end offsets within its containing {@link SignatureInformation.label signature label}. Note: A label of type string must be a substring of its containing signature information's {@link SignatureInformation.label label}.
Implementation
_i2.Object get label => _i5.getProperty(
this,
'label',
);
set
label
(Object value)
Implementation
set label(_i2.Object value) {
_i5.setProperty(
this,
'label',
value,
);
}