ProfileSettings class

Data structure for a user account's profile settings

Constructors

ProfileSettings(bool over18, bool hideOffensive, bool showNsfl, bool filterNsfw, bool private, bool nofollow, String bio, String titleId)
const

Properties

bio String
data'bio'
final
filterNsfw bool
data'filter_nsfw'
final
hashCode int
The hash code for this object.
no setterinherited
hideOffensive bool
data'hide_offensive'
final
nofollow bool
data'nofollow'
final
over18 bool
data'over18'
final
private bool
data'private'
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showNsfl bool
data'show_nsfl'
final
titleId String
data'title_id'
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited