LayersListItem constructor
LayersListItem({
- LayerVersionsListItem? latestMatchingVersion,
- String? layerArn,
- String? layerName,
Implementation
LayersListItem({
this.latestMatchingVersion,
this.layerArn,
this.layerName,
});