PageVersion class
Constructors
- PageVersion({DateTime? createdAt, String? message, int? number, bool? minorEdit, String? authorId, VersionedEntity? page})
-
PageVersion.fromJson(Map<
String, Object?> json) -
factory
Properties
-
The account ID of the user who created this version.
final
- createdAt → DateTime?
-
Date and time when the version was created. In format
"YYYY-MM-DDTHH:mm:ss.sssZ".
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
Message associated with the current version.
final
- minorEdit → bool
-
Describes if this version is a minor version. Email notifications and
activity stream updates are not created for minor versions.
final
- number → int?
-
The version number.
final
- page → VersionedEntity?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{DateTime? createdAt, String? message, int? number, bool? minorEdit, String? authorId, VersionedEntity? page}) → PageVersion -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited