locked property
Shows whether a registrar lock is in place for a domain.
Implementation
@JsonKey(name: 'locked', defaultValue: false)
late bool locked;
Shows whether a registrar lock is in place for a domain.
@JsonKey(name: 'locked', defaultValue: false)
late bool locked;