Implement I in the IDL spec. Encode this type for the type table.
I
@override encodeType(TypeTable? typeTable) { return typeTable!.indexOf(name); }