toJson method

Map<String, dynamic> toJson()

Implementation

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