extraScope property

Map<String, dynamic>? extraScope

Property getter and setter for extraScope:

Implementation

Map<String, dynamic>? get extraScope;
void extraScope=(Map<String, dynamic>? extraScope)

Implementation

set extraScope(Map<String, dynamic>? extraScope);