getCollection method

PlexCollection getCollection(
  1. String name
)

Implementation

PlexCollection getCollection(String name) {
  return PlexCollection(name, _database!);
}