PlexEntityCollection<T extends PlexEntity> constructor
PlexEntityCollection<T extends PlexEntity> ()
Implementation
PlexEntityCollection(this.name, Database _database, this.fromJson, this.toJson)
: _collection = PlexCollection(name, _database);