toJson method

String toJson()
inherited

Implementation

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