LoginParams constructor

LoginParams(
  1. String phone,
  2. String jwtToken
)

Implementation

LoginParams(this.phone, this.jwtToken);