description property
String?
get
description
String representation of the object. (optional)
Implementation
String? get description => json['description'] as String?;
String representation of the object. (optional)
String? get description => json['description'] as String?;