add<T> method
Implementation
void add<T>(ConstructType<T> type, Uint8List buf) {
final idx = _typs.length;
_idx.putIfAbsent(type.name, () => idx);
_typs.add(buf);
}
void add<T>(ConstructType<T> type, Uint8List buf) {
final idx = _typs.length;
_idx.putIfAbsent(type.name, () => idx);
_typs.add(buf);
}