toJson method

String toJson()

Implementation

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