DecodeCb typedef

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

Implementation

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