PlexEntityCollection<T extends PlexEntity> constructor

PlexEntityCollection<T extends PlexEntity>(
  1. String name,
  2. Database _database,
  3. T fromJson(
    1. Map<String, dynamic> map
    ),
  4. Map<String, dynamic> toJson(
    1. T
    ),
)

Implementation

PlexEntityCollection(this.name, Database _database, this.fromJson, this.toJson) : _collection = PlexCollection(name, _database);