documentationLinks property

ReadonlyArray<DocumentationLink> get documentationLinks

Implementation

_i4.ReadonlyArray<_i3.DocumentationLink> get documentationLinks =>
    _i5.getProperty(
      this,
      'documentationLinks',
    );
set documentationLinks (ReadonlyArray<DocumentationLink> value)

Implementation

set documentationLinks(_i4.ReadonlyArray<_i3.DocumentationLink> value) {
  _i5.setProperty(
    this,
    'documentationLinks',
    value,
  );
}