documentation property
Object
get
documentation
A human-readable string that represents a doc-comment.
Implementation
_i2.Object get documentation => _i5.getProperty(
this,
'documentation',
);
set
documentation
(Object value)
Implementation
set documentation(_i2.Object value) {
_i5.setProperty(
this,
'documentation',
value,
);
}