DecodeCb typedef
DecodeCb =
dynamic Function(BcsReader reader, List<TypeName> typeParams, Map<String, TypeName> typeMap)
Implementation
typedef dynamic DecodeCb(
BcsReader reader, List<TypeName> typeParams, Map<String, TypeName> typeMap);