Box constructor

Box({
  1. required String path,
  2. String? encryptionKey,
  3. EncryptionMode? mode,
})

Implementation

Box({required this.path, this.encryptionKey, this.mode});