VersionIndex constructor

VersionIndex({
  1. required List<VersionMetadata> metadata,
})

Implementation

VersionIndex({required this.metadata});