isNotEmpty property

bool get isNotEmpty

After construction, an ImageSpriteBlock should be tested that it has a non-zero number of sprite lines to send, otherwise it should not be sent

Implementation

bool get isNotEmpty => _spriteLines.isNotEmpty;