PostStats class

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake)

Constructors

PostStats({required bool hide, required bool gray, required num totalVotes, required num flagWeight, bool? isPinned})
const
PostStats.fromJson(Map<String, dynamic> json)
factory

Properties

flagWeight num
final
gray bool
final
hashCode int
The hash code for this object.
no setterinherited
hide bool
final
isPinned bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalVotes num
final

Methods

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

Operators

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