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