factory SemanticProperty.fromJson(Map<String, dynamic> json) { return SemanticProperty( json['name'], json['value'], ); }