hasContext method

  1. @override
bool hasContext(
  1. String id
)
override

Implementation

@override
bool hasContext(String id) {
  return _dataContext.containsKey(id);
}