Authorization constructor
Implementation
Authorization({
this.id,
this.scopes,
this.token,
this.app,
this.note,
this.noteUrl,
this.createdAt,
this.updatedAt,
this.user,
});
Authorization({
this.id,
this.scopes,
this.token,
this.app,
this.note,
this.noteUrl,
this.createdAt,
this.updatedAt,
this.user,
});