encode method
Implementation
Object encode() {
return <Object?>[
crashDetectionState.index,
crashDetectionStateDescription,
];
}
Object encode() {
return <Object?>[
crashDetectionState.index,
crashDetectionStateDescription,
];
}