Returns the entity as a map.
Map<String, dynamic> get source { return { key.id: idOrNull, key.timeMills: timeMillsOrNull, }; }