can_register property

  1. @JsonKey.new(name: 'can_register', defaultValue: false)
bool can_register
getter/setter pair

Indicates if the domain can be registered as a new domain.

Implementation

@JsonKey(name: 'can_register', defaultValue: false)
late bool can_register;