toWire method

  1. @override
Object toWire()
override

The JSON-shaped, externally-tagged representation.

Implementation

@override
Object toWire() => <String, Object>{'Payload': <int>[...bytes]};