VersionSource constructor

VersionSource({
  1. String? mshField,
  2. String? value,
})

Implementation

VersionSource({
  this.mshField,
  this.value,
});