mockValues property

Map<String, MockValue> mockValues

Map of named MockValue objects with updated values.

Implementation

Map<String, MockValue> get mockValues =>
    _currentMockValues ??= {...initialMockValues};