data property

  1. @override
T get data
override

The data that was sent by the connection.

Implementation

@override
T get data => super.data;