encode method
Implementation
Object encode() {
return <Object?>[
current,
pulseWidth,
frequency,
stimulusDuration,
];
}
Object encode() {
return <Object?>[
current,
pulseWidth,
frequency,
stimulusDuration,
];
}