map property

Map<String, T> map
final

The map of BaseModels with their id as the key

Implementation

final Map<String, T> map = {};