blob: 0888ab1a0aa71d1ca4c3005622888c3e39b6efc8 [file] [log] [blame] [edit]
>>> (indent 4)
var partOf = unit.directives.firstWhere((d) => d is PartOfDirective,
orElse: () => null);
<<<
var partOf = unit.directives.firstWhere(
(d) => d is PartOfDirective,
orElse: () => null,
);