history property

List<ReflectionRecord> get history

All reflection records produced so far.

Implementation

List<ReflectionRecord> get history =>
    List.unmodifiable(_history);