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