getData method

  1. @override
List<int> getData()
override

Returns the message stored in the buffer @returns message stored

Implementation

@override
List<int> getData() {
  return _bytesBuilder.toBytes();
}