toJson method

String toJson()

Implementation

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