HttpAccount constructor

const HttpAccount({
  1. required String user,
  2. required String password,
})

Implementation

const HttpAccount({required this.user, required this.password});