feature property

Implementation

@override
ReportActionHandler<FeatureMessage> get feature => ReportActionHandler(
      onStarted: ([message]) async =>
          _features.add(JsonFeature.from(message!)),
    );