RefResult constructor

RefResult(
  1. String id,
  2. RefResult? collection
)

Implementation

RefResult(this.id, this.collection);