convertDecisionRecords abstract method

  1. @protected
FutureOr<Iterable<Record>> convertDecisionRecords(
  1. Set<DecisionRecord> records
)

The function should convert the list of DecisionRecord into a list of Record

Implementation

@protected
FutureOr<Iterable<Record>> convertDecisionRecords(
    Set<DecisionRecord> records);