documentation property

Object get documentation

The human-readable doc-comment of this signature. Will be shown in the UI but can be omitted.

Implementation

_i2.Object get documentation => _i5.getProperty(
      this,
      'documentation',
    );
set documentation (Object value)

Implementation

set documentation(_i2.Object value) {
  _i5.setProperty(
    this,
    'documentation',
    value,
  );
}