encode method
Implementation
Object encode() {
return <Object?>[
fwMajor,
fwMinor,
fwPatch,
hwMajor,
hwMinor,
hwPatch,
extMajor,
];
}
Object encode() {
return <Object?>[
fwMajor,
fwMinor,
fwPatch,
hwMajor,
hwMinor,
hwPatch,
extMajor,
];
}