toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (build != null) 'build': build!,
if (major != null) 'major': major!,
if (minor != null) 'minor': minor!,
if (patch != null) 'patch': patch!,
if (remainder != null) 'remainder': remainder!,
};