DbEncryptDecoder constructor

const DbEncryptDecoder({
  1. required String password,
})

Implementation

const DbEncryptDecoder({required this.password});