User constructor

User({
  1. String? accessToken,
  2. String? expiresAt,
})

Implementation

User({this.accessToken, this.expiresAt});