coverUrl property
The cover image URL.
Implementation
String get coverUrl {
checkUnsupportedAction();
return _coverUrl;
}
Implementation
set coverUrl(value) {
checkUnsupportedAction();
_coverUrl = value;
}
The cover image URL.
String get coverUrl {
checkUnsupportedAction();
return _coverUrl;
}
set coverUrl(value) {
checkUnsupportedAction();
_coverUrl = value;
}