fixtures property

Map<String, List<Map<String, dynamic>>> fixtures
final

Committed fixture records per entity, ready for the mock datasources to serve.

Implementation

final Map<String, List<Map<String, dynamic>>> fixtures;