toJson method

Map<String, dynamic> toJson()

Implementation

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