ResEntry constructor

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

Implementation

ResEntry(this._client, this.rid);