appendOnce method
Implementation
PropertyOperationsBuilder appendOnce(String key, dynamic value) {
_add(PropertyOperation.$appendOnce, key, value);
return this;
}
PropertyOperationsBuilder appendOnce(String key, dynamic value) {
_add(PropertyOperation.$appendOnce, key, value);
return this;
}