encodeType abstract method

Uint8List encodeType(
  1. TypeTable? typeTable
)

Implement I in the IDL spec. Encode this type for the type table.

Implementation

Uint8List encodeType(TypeTable? typeTable);