description property

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

The description that was provided when uploading the app. The description is not shown on the terminal.

Implementation

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