description property

String? description
getter/setter pair

Description and purpose of the function.

Model uses it to decide how and whether to call the function.

Optional.

Implementation

core.String? description;