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