DataParams constructor

DataParams({
  1. String? email,
  2. String? password,
})

Implementation

DataParams({this.email, this.password});