asBuffer property

ByteBuf asBuffer

Migrates this list to a ByteBuf by copying it.

Implementation

ByteBuf get asBuffer => ByteBuf.fromData(
    this);