ExprSlot.fromJson constructor

ExprSlot.fromJson(
  1. String json
)

Implementation

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