Returns the entry with the specified id.
id
@override Future<Model> get(String id) async { return const Model(id: "id"); }