description property

  1. @BuiltValueField.new(wireName: r'description')
String? get description

A human-readable description for the transfer. You can use alphanumeric characters and hyphens. We recommend sending a maximum of 140 characters, otherwise the description may be truncated.

Implementation

@BuiltValueField(wireName: r'description')
String? get description;