logoUrl property

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

The URL for the logo of the nonprofit.

Implementation

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