isAdded<T> abstract method

bool isAdded<T>({
  1. String? key,
})

Checks if the instance record exists.
When key is provided it will search the instance that have the same key

Implementation

bool isAdded<T>({String? key});