TokenResponseLoginAccountInfos constructor

TokenResponseLoginAccountInfos({
  1. String? displayName,
  2. String? thumbnail,
  3. String? username,
  4. String? firebaseId,
})

Implementation

TokenResponseLoginAccountInfos(
    {this.displayName, this.thumbnail, this.username, this.firebaseId});