decode abstract method

T? decode(
  1. List<int> data
)

Decode a message from the transport format

Implementation

T? decode(List<int> data);