Changelog class
A changelog.
Constructors
Properties
-
The user who made the change.
final
- created → DateTime?
-
The date on which the change took place.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
historyMetadata
→ Map<
String, dynamic> ? -
The history metadata associated with the changed.
final
- id → String?
-
The ID of the changelog.
final
-
items
→ List<
ChangelogItemsItem> -
The list of items changed.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? id, Map< String, dynamic> ? author, DateTime? created, List<ChangelogItemsItem> ? items, Map<String, dynamic> ? historyMetadata}) → Changelog -
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