ApiPopulate constructor
ApiPopulate({
- String? path,
- List<
ApiPopulate> ? populate, - String? select,
Implementation
ApiPopulate({this.path, this.populate, this.select});