collectionInfo method

Future collectionInfo(
  1. String name
)

Implementation

Future collectionInfo(String name) async =>
    _httpGet(['_db', db, '_api', 'collection', name]);