authorUrl property

String? get authorUrl

Implementation

String? get authorUrl => _authorUrl;
set authorUrl (String? value)

Implementation

set authorUrl(String? value) => _authorUrl = value;