description property

String? get description

The description of the resource.

Implementation

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