executionHistory property

List<Map<String, dynamic>> get executionHistory

A list of past execution records represented as maps.

Implementation

List<Map<String, dynamic>> get executionHistory =>
    _executionHistory.map((record) => record.toMap()).toList();