SubmissionFlags class

Indicators of a submission

Constructors

SubmissionFlags(bool isArchived, bool isBanned, bool isBot, bool isDeleted, bool isDistinguished, bool isHeralded, bool isNsfl, bool isNsfw, bool isOffensive, bool? isPinned)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isArchived bool
data'is_archived'
final
isBanned bool
data'is_banned'
final
isBot bool
data'is_bot'
final
isDeleted bool
data'is_deleted'
final
isDistinguished bool
data'is_distinguished'
final
isHeralded bool
data'is_heralded'
final
isNsfl bool
data'is_nsfl'
final
isNsfw bool
data'is_nsfw'
final
isOffensive bool
data'is_offensive'
final
isPinned bool?
data'is_pinned'
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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