builder property

BloomNode Function(T item) builder
final

Factory callback mapping each item of type T to its BloomNode descriptor.

Implementation

final BloomNode Function(T item) builder;