url property

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

The URL in the format: http(s)://domain.com.

Implementation

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