firstImage property

CSSBackgroundImage? get firstImage

Implementation

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