features property

List<DartBoardFeature> features
final

A list of features and their configuration's e.g. FeatureA(config), FeatureB(config)

These features will all be loaded

Implementation

final List<DartBoardFeature> features;