name property
The domain name (<= 253 characters)
Example: example.com
Match pattern: ^(\-a-zA-Z0-9*.)+\-a-zA-Z0-9{2,20}$
Implementation
@JsonKey(name: 'name', required: true)
late String name;
The domain name (<= 253 characters)
Example: example.com
Match pattern: ^(\-a-zA-Z0-9*.)+\-a-zA-Z0-9{2,20}$
@JsonKey(name: 'name', required: true)
late String name;