Returns whether the buffer is not empty. This is a constant-time operation.
@override bool get isNotEmpty => $value.isNotEmpty;