LoginParams constructor

LoginParams({
  1. String? provider,
  2. DataParams? data,
})

Implementation

LoginParams({this.provider, this.data});