toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final http2Enabled = this.http2Enabled;
  return {'http2Enabled': ?http2Enabled};
}