coverUrl property

String coverUrl

The cover image URL.

Implementation

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

Implementation

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