coverUrl property

String get coverUrl

The cover image URL.

Implementation

String get coverUrl {
  checkUnsupportedAction();
  return _coverUrl;
}
set coverUrl (dynamic value)

Implementation

set coverUrl(value) {
  checkUnsupportedAction();
  _coverUrl = value;
}