Term.fromJson constructor
Term.fromJson(
- String source
Implementation
factory Term.fromJson(String source) => Term.fromMap(json.decode(source));
factory Term.fromJson(String source) => Term.fromMap(json.decode(source));