comment property

  1. @JsonKey.new(name: 'comment')
String? comment
getter/setter pair

Comments or notes about the DNS record. This field has no effect on DNS responses.

Implementation

@JsonKey(name: 'comment')
late String? comment;