copy method
Implementation
Properties copy({Map<String, dynamic>? otherProperties}) => Properties(
otherProperties: otherProperties ?? this.otherProperties,
);
Properties copy({Map<String, dynamic>? otherProperties}) => Properties(
otherProperties: otherProperties ?? this.otherProperties,
);