toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (datasets != null) 'datasets': datasets!,
      if (smartComposeConfig != null)
        'smartComposeConfig': smartComposeConfig!,
      if (smartReplyConfig != null) 'smartReplyConfig': smartReplyConfig!,
    };