Version constructor
Version([
- void b()?
Creates a new Version object using the builder pattern.
Implementation
factory Version([void Function(VersionBuilder)? b]) = _$Version;
Creates a new Version object using the builder pattern.
factory Version([void Function(VersionBuilder)? b]) = _$Version;