description property

String? get description

A human-readable description of what this implementation does.

Implementation

String? get description => _value[Keys.description] as String?;