Syntax.fromJson constructor

Syntax.fromJson(
  1. String json
)

Implementation

factory Syntax.fromJson(String json) => Syntax(json);