isValid method

  1. @override
bool isValid(
  1. int? tag
)
override

Implementation

@override
bool isValid(int? tag) {
  return tag == id;
}