ThirdPartySessionModel constructor
const
ThirdPartySessionModel({})
Implementation
const ThirdPartySessionModel({
this.id = -1,
this.mail = "",
this.display = "",
this.pic = "",
this.token = "",
this.mailValidationDone = false
}) : super();