ExprValue.fromJson constructor
ExprValue.fromJson(
- Object? json
Implementation
factory ExprValue.fromJson(Object? json) {
return ExprValue(Value.fromJson(json));
}
factory ExprValue.fromJson(Object? json) {
return ExprValue(Value.fromJson(json));
}