url property

String? url

Implementation

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

Implementation

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