extraScope property

Map<String, dynamic>? get extraScope

Property getter and setter for extraScope:

Implementation

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

Implementation

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