GoogleRE2.fromJson constructor

GoogleRE2.fromJson(
  1. Map json_
)

Implementation

GoogleRE2.fromJson(core.Map json_)
    : this(
        maxProgramSize: json_['maxProgramSize'] as core.int?,
      );