toJson method
Implementation
String toJson() {
return CellSwitchedMapper.ensureInitialized().encodeJson<CellSwitched>(
this as CellSwitched,
);
}
String toJson() {
return CellSwitchedMapper.ensureInitialized().encodeJson<CellSwitched>(
this as CellSwitched,
);
}