imagesLength property

int get imagesLength

Implementation

int get imagesLength => _images != null ? _images!.length : 0;