Expr.fromJson constructor

Expr.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory Expr.fromJson(Map<String, dynamic> json) => _$ExprFromJson(json);