Basic constructor

Basic(
  1. String username,
  2. String password
)

Implementation

Basic(
	this.username,
	this.password
	);