toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final accessSelector = this.accessSelector;
  final conditionContext = this.conditionContext;
  final identitySelector = this.identitySelector;
  final options = this.options;
  final resourceSelector = this.resourceSelector;
  final scope = this.scope;
  return {
    'accessSelector': ?accessSelector,
    'conditionContext': ?conditionContext,
    'identitySelector': ?identitySelector,
    'options': ?options,
    'resourceSelector': ?resourceSelector,
    'scope': ?scope,
  };
}