count method Null safety
Count the amount of domains. By default calling the length of findAll().
Implementation
int count() {
return findAll().length;
}
Count the amount of domains. By default calling the length of findAll().
int count() {
return findAll().length;
}