firstImage property

CSSBackgroundImage? firstImage

Implementation

CSSBackgroundImage? get firstImage => hasImages ? _images![0] : null;