toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (accessSelector != null) 'accessSelector': accessSelector!,
  if (conditionContext != null) 'conditionContext': conditionContext!,
  if (identitySelector != null) 'identitySelector': identitySelector!,
  if (options != null) 'options': options!,
  if (resourceSelector != null) 'resourceSelector': resourceSelector!,
  if (scope != null) 'scope': scope!,
};