GenericRevisionInfo constructor

GenericRevisionInfo({
  1. List<String>? deploymentGroups,
  2. String? description,
  3. DateTime? firstUsedTime,
  4. DateTime? lastUsedTime,
  5. DateTime? registerTime,
})

Implementation

GenericRevisionInfo({
  this.deploymentGroups,
  this.description,
  this.firstUsedTime,
  this.lastUsedTime,
  this.registerTime,
});