ThirdpartyUserInfoDetails constructor

ThirdpartyUserInfoDetails({
  1. required String? id,
  2. String? name,
  3. String? email,
  4. String? picture,
})

Implementation

ThirdpartyUserInfoDetails(
    {required this.id, this.name, this.email, this.picture});