convertDecisionRecords abstract method
The function should convert the list of DecisionRecord
into
a list of Record
Implementation
@protected
FutureOr<Iterable<Record>> convertDecisionRecords(
Set<DecisionRecord> records);
The function should convert the list of DecisionRecord
into
a list of Record
@protected
FutureOr<Iterable<Record>> convertDecisionRecords(
Set<DecisionRecord> records);