toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (gcpServiceAccountEmail != null)
    'gcpServiceAccountEmail': gcpServiceAccountEmail!,
  if (policyDir != null) 'policyDir': policyDir!,
  if (secretType != null) 'secretType': secretType!,
  if (syncRepo != null) 'syncRepo': syncRepo!,
  if (syncWaitSecs != null) 'syncWaitSecs': syncWaitSecs!,
};