description property
String?
get
description
The description of the resource.
Implementation
String? get description => _value[Keys.description] as String?;
The description of the resource.
String? get description => _value[Keys.description] as String?;