LayersListItem constructor

LayersListItem({
  1. LayerVersionsListItem? latestMatchingVersion,
  2. String? layerArn,
  3. String? layerName,
})

Implementation

LayersListItem({
  this.latestMatchingVersion,
  this.layerArn,
  this.layerName,
});