ContentPropertyVersion class

Constructors

ContentPropertyVersion({required DateTime when, required String message, required int number, required bool minorEdit, bool? contentTypeModified})
ContentPropertyVersion.fromJson(Map<String, Object?> json)
factory

Properties

contentTypeModified bool
True if content type is modifed in this version (e.g. page to blog)
final
hashCode int
The hash code for this object.
no setterinherited
message String
final
minorEdit bool
final
number int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
when DateTime
final

Methods

copyWith({DateTime? when, String? message, int? number, bool? minorEdit, bool? contentTypeModified}) ContentPropertyVersion
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