exportContributors property

List<ExportContributor> exportContributors
final

Contributors the fake's buildExport collects from. Add your plugin here to exercise the real pipeline — including redaction — in a unit test.

Implementation

final List<ExportContributor> exportContributors = <ExportContributor>[];