graphKeys property

Set<String> get graphKeys

Implementation

Set<String> get graphKeys => _userGraphKeys;
set graphKeys (Set<String> graphNames)

Implementation

set graphKeys(Set<String> graphNames) {
  _userGraphKeys = graphNames;
}