Box constructor
Box({
- required String path,
- String? encryptionKey,
- EncryptionMode? mode,
Implementation
Box({required this.path, this.encryptionKey, this.mode});