ReplaceAllShapesWithImageResponse.fromJson constructor

ReplaceAllShapesWithImageResponse.fromJson(
  1. Map json_
)

Implementation

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