ExprSlot.fromJson constructor
ExprSlot.fromJson(
- String json
Implementation
factory ExprSlot.fromJson(String json) {
return ExprSlot(SlotId.fromJson(json));
}
factory ExprSlot.fromJson(String json) {
return ExprSlot(SlotId.fromJson(json));
}