isValid method

  1. @override
bool isValid()
override

If true cached entity is valid.

Implementation

@override
bool isValid() {
  return false;
}