PackageVersionHistory constructor

PackageVersionHistory({
  1. String? commitMessage,
  2. DateTime? createdAt,
  3. String? packageVersion,
})

Implementation

PackageVersionHistory({
  this.commitMessage,
  this.createdAt,
  this.packageVersion,
});