copyWith method
Implementation
SetDatabaseEncryptionKey copyWith({
String? newEncryptionKey,
}) =>
SetDatabaseEncryptionKey(
newEncryptionKey: newEncryptionKey ?? this.newEncryptionKey,
);
SetDatabaseEncryptionKey copyWith({
String? newEncryptionKey,
}) =>
SetDatabaseEncryptionKey(
newEncryptionKey: newEncryptionKey ?? this.newEncryptionKey,
);