logoURL property

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

The URL of the organization's or brand's logo. This URL typically points to an image file (e.g., .png, .jpg, .svg) that can be displayed to visually represent the entity.

Implementation

@BuiltValueField(wireName: r'logoURL')
String get logoURL;