ContentHistoryExpandable class

Constructors

ContentHistoryExpandable({String? lastUpdated, String? previousVersion, String? contributors, String? nextVersion, String? ownedBy, String? lastOwnedBy})
ContentHistoryExpandable.fromJson(Map<String, Object?> json)
factory

Properties

contributors String?
final
hashCode int
The hash code for this object.
no setterinherited
lastOwnedBy String?
final
lastUpdated String?
final
nextVersion String?
final
ownedBy String?
final
previousVersion String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? lastUpdated, String? previousVersion, String? contributors, String? nextVersion, String? ownedBy, String? lastOwnedBy}) ContentHistoryExpandable
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