toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (agent != null) 'agent': agent!,
  if (agentIdentity != null) 'agentIdentity': agentIdentity!,
  if (agentScope != null) 'agentScope': agentScope!,
  if (business != null) 'business': business!,
  if (businessDescription != null)
    'businessDescription': businessDescription!,
  if (disableDataStoreFallback != null)
    'disableDataStoreFallback': disableDataStoreFallback!,
};