DumpedCollection typedef

DumpedCollection = ({bool applyTrailingComments, String node, bool preferExplicit})

Information about a dumped Iterable or Map.

Implementation

typedef DumpedCollection = ({
  bool preferExplicit,
  bool applyTrailingComments,
  String node,
});