$ReplaceAllTextResponse.fromJson constructor

$ReplaceAllTextResponse.fromJson(
  1. Map json_
)

Implementation

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