DbCodec constructor

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

Implementation

const DbCodec({required this.password});