XcodeVersion constructor

XcodeVersion({
  1. List<String>? tags,
  2. String? version,
})

Implementation

XcodeVersion({this.tags, this.version});