RepetitionalRuler.fromJson(Map<String, dynamic> json) { wall = json["wall"] != null ? json["wall"]!.toString() : null; }