IDLParser constructor

IDLParser(
  1. String clazz,
  2. Set<String> defTypes,
  3. Map<String, String> primIdlMap,
  4. Map<String, Tuple4<String, String, String, String>> tupleTypes,
)

Implementation

IDLParser(
  this.clazz,
  this.defTypes,
  this.primIdlMap,
  this.tupleTypes,
);