sentData property

List<Object?> sentData
final

All data sent via sendData, in order.

Implementation

final List<Object?> sentData = [];