ApiPopulate constructor

ApiPopulate({
  1. String? path,
  2. List<ApiPopulate>? populate,
  3. String? select,
})

Implementation

ApiPopulate({this.path, this.populate, this.select});