decode method
Implementation
@override
TypeDefCompact decode(Input input) {
final type = TypeIdCodec.codec.decode(input);
return TypeDefCompact(type: type);
}
@override
TypeDefCompact decode(Input input) {
final type = TypeIdCodec.codec.decode(input);
return TypeDefCompact(type: type);
}