ServiceVersion constructor
Returns a new ServiceVersion instance.
Implementation
ServiceVersion({
this.version,
this.major,
this.minor,
this.patch,
});
Returns a new ServiceVersion instance.
ServiceVersion({
this.version,
this.major,
this.minor,
this.patch,
});