getBytesIfModified method

Uint8List? getBytesIfModified()

Implementation

Uint8List? getBytesIfModified() => isModified() ? getBytes() : null;