lastRun method

DateTime? lastRun(
  1. String groupID
)

Implementation

DateTime? lastRun(String groupID) => state.group(groupID).lastRun;