fromJson method Null safety
Deserializes this result from JSON.
Implementation
static SetSemanticsResult fromJson(Map<String, dynamic> json) {
return SetSemanticsResult(json['changedState'] as bool);
}
Deserializes this result from JSON.
static SetSemanticsResult fromJson(Map<String, dynamic> json) {
return SetSemanticsResult(json['changedState'] as bool);
}