cover property

String? get cover

Backward-compatible getter that returns the URL of the first image.

Implementation

String? get cover => images.isNotEmpty ? images.first.url : null;