allGlobals method

Map<String, dynamic> allGlobals()

Implementation

Map<String,dynamic> allGlobals(){
  return _globals;
}