BlogPostVersion class

Constructors

BlogPostVersion({DateTime? createdAt, String? message, int? number, bool? minorEdit, String? authorId, VersionedEntity? blogpost})
BlogPostVersion.fromJson(Map<String, Object?> json)
factory

Properties

authorId String?
The account ID of the user who created this version.
final
blogpost VersionedEntity?
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
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? blogpost}) BlogPostVersion
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