buildTaggables property

Future<T?> Function(FutureOr<Iterable<T>> taggables) buildTaggables
final

Builds the list of taggables, if any.

Implementation

final Future<T?> Function(FutureOr<Iterable<T>> taggables) buildTaggables;