ResCollection constructor

ResCollection(
  1. ResClient _client,
  2. String rid
)

Implementation

ResCollection(super._client, super.rid) {
  logger.debug('new collection for $rid');
}