encode method

Object encode()

Implementation

Object encode() {
  return <Object?>[
    eventType,
    operateBy?.encode(),
    members,
  ];
}