encode method Null safety

Object encode()

Implementation

Object encode() {
  return <Object?>[
    position?.index,
    marginLeft,
    marginTop,
    marginRight,
    marginBottom,
  ];
}