Changelog constructor

Changelog({
  1. String? action,
  2. String? author,
  3. String? createTime,
  4. List<Map<String, Object?>>? dependentResources,
  5. String? description,
  6. String? displayName,
  7. String? name,
  8. Map<String, Object?>? newResource,
  9. Map<String, Object?>? originalResource,
  10. String? resource,
  11. String? resourceType,
  12. String? sequenceNumber,
})

Implementation

Changelog({
  this.action,
  this.author,
  this.createTime,
  this.dependentResources,
  this.description,
  this.displayName,
  this.name,
  this.newResource,
  this.originalResource,
  this.resource,
  this.resourceType,
  this.sequenceNumber,
});