toJson method

Map<String, dynamic> toJson()

Implementation

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