description property

String? get description
inherited

An arbitrary string attached to the object. Often useful for displaying to users.

Implementation

String? get customer;/// An arbitrary string attached to the object.
/// Often useful for displaying to users.
String? get description;