items method

ItemsHandler<Map<String, dynamic>> items(
  1. String collection
)

Items

Implementation

ItemsHandler<Map<String, dynamic>> items(String collection) {
  return typedItems<Map<String, dynamic>>(
    collection,
    converter: MapItemsConverter(),
  );
}