url property

String? get url

Implementation

String? get url => this['url'];
set url (String? value)

Implementation

set url(String? value) => this['url'] = value!;