count method Null safety

  1. @override
int count()
override

Count the amount of domains. By default calling the length of findAll().

Implementation

@override
int count() {
  return _info.length;
}