WikiEdit class

A representation of edits made to a WikiPage.

Properties

author Redditor
The Redditor who performed the edit.
no setter
data Map<String, dynamic>
final
hashCode int
The hash code for this object.
no setteroverride
page WikiPageRef
The WikiPageRef which was edited.
no setter
reason String?
The optional reason the edit was made.
no setter
revision String
The ID of the revision.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp DateTime
The date and time the revision was made.
no setter

Methods

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

Operators

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