$ReplaceAllTextResponse.fromJson constructor
$ReplaceAllTextResponse.fromJson(
- Map json_
Implementation
$ReplaceAllTextResponse.fromJson(core.Map json_)
: this(
occurrencesChanged: json_['occurrencesChanged'] as core.int?,
);