VersionConfig constructor

VersionConfig({
  1. String? min,
  2. String? max,
})

Implementation

VersionConfig({this.min, this.max});