Version constructor

const Version({
  1. required String str,
})

Implementation

const Version({
  required this.str,
});