SocialLoginModel constructor Null safety

SocialLoginModel(
  1. {String? applicationKey,
  2. String? screteKey,
  3. int? socialType}
)

Implementation

SocialLoginModel({
  this.applicationKey,
  this.screteKey,
  this.socialType,
});