Collection constructor

Collection(
  1. String _name,
  2. String _baseUrl
)

Implementation

Collection(this._name, this._baseUrl);