$ReplaceAllTextResponse.fromJson constructor Null safety
- Map _json
Implementation
$ReplaceAllTextResponse.fromJson(core.Map _json)
: this(
occurrencesChanged: _json.containsKey('occurrencesChanged')
? _json['occurrencesChanged'] as core.int
: null,
);