copyWith method
Implementation
PropertyKeys copyWith({List<PropertyKey>? keys}) {
return PropertyKeys(
keys: keys ?? this.keys,
);
}
PropertyKeys copyWith({List<PropertyKey>? keys}) {
return PropertyKeys(
keys: keys ?? this.keys,
);
}