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