IndexItemOptions.fromJson constructor
IndexItemOptions.fromJson(
- Map json_
Implementation
IndexItemOptions.fromJson(core.Map json_)
: this(
allowUnknownGsuitePrincipals:
json_['allowUnknownGsuitePrincipals'] as core.bool?,
);