isEmpty property

bool get isEmpty

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 isEmpty => _spriteLines.isEmpty;