priority property
Required for MX, SRV and URI records; unused by other record types. Records with lower priorities are preferred.
Implementation
@JsonKey(name: 'priority')
late int? priority;
Required for MX, SRV and URI records; unused by other record types. Records with lower priorities are preferred.
@JsonKey(name: 'priority')
late int? priority;