isEmpty method

  1. @override
bool isEmpty()
override

Implementation

@override
bool isEmpty() {
  return true;
}