toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (access != null) 'access': access!,
  if (bindingExplanations != null)
    'bindingExplanations': bindingExplanations!,
  if (fullResourceName != null) 'fullResourceName': fullResourceName!,
  if (policy != null) 'policy': policy!,
  if (relevance != null) 'relevance': relevance!,
};