Client constructor
Client(})
Constructor with named parameters and default values
Implementation
Client(
this.baseUrl, {
this.path,
this.recordId,
required this.collectionName,
this.page = 1,
this.perPage = 30,
this.sort,
this.filter,
this.expand,
this.fields,
this.skipTotal = false,
});