Password constructor

const Password({
  1. required String scope,
  2. required String key,
})

Implementation

const Password({required this.scope, required this.key});