VimeoUser constructor

VimeoUser({
  1. int? teamOriginUserId,
  2. int? liked,
  3. String? accountType,
  4. dynamic vimeoApiClientToken,
  5. dynamic vimeoApiInteractionTokens,
  6. int? teamId,
  7. int? watchLater,
  8. int? owner,
  9. int? id,
  10. int? mod,
  11. int? privateModeEnabled,
  12. int? loggedIn,
})

Implementation

VimeoUser(
    {this.teamOriginUserId,
    this.liked,
    this.accountType,
    this.vimeoApiClientToken,
    this.vimeoApiInteractionTokens,
    this.teamId,
    this.watchLater,
    this.owner,
    this.id,
    this.mod,
    this.privateModeEnabled,
    this.loggedIn});