encode method

Object encode()

Implementation

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