CommonApiParams constructor
CommonApiParams({})
Implementation
CommonApiParams({
this.key,
this.filter,
this.skip,
this.limit,
this.sort,
this.select,
this.populate,
List<ApiPopulate>? deepPopulate,
}) : deepPopulate = deepPopulate != null ? BuiltList(deepPopulate) : null;