AccountDefaultSettingsParam class

Constructors

AccountDefaultSettingsParam({PostPrivacy? privacy, bool? sensitive, required Language language})
Returns the new instance of AccountDefaultSettingsParam.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
language Language
Default language to use for authored statuses (ISO 6391)
final
privacy PostPrivacy?
Default post privacy for authored statuses.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sensitive bool?
Whether to mark authored statuses as sensitive by default.
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