except method
remove the field names from the matching process.
Implementation
AllProperties except(List<String> properties) {
for ( var property in properties)
exceptions.add(property);
return this;
}
remove the field names from the matching process.
AllProperties except(List<String> properties) {
for ( var property in properties)
exceptions.add(property);
return this;
}