greedy static method

GreedyCount greedy({
  1. int elementSpan = 1,
  2. String? property,
})

Implementation

static GreedyCount greedy({int elementSpan = 1, String? property}) =>
    GreedyCount(elementSpan, property);