can_register property
Indicates if the domain can be registered as a new domain.
Implementation
@JsonKey(name: 'can_register', defaultValue: false)
late bool can_register;
Indicates if the domain can be registered as a new domain.
@JsonKey(name: 'can_register', defaultValue: false)
late bool can_register;