toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (allowInsecure != null) 'allowInsecure': allowInsecure!,
  if (gcs != null) 'gcs': gcs!,
  if (localPath != null) 'localPath': localPath!,
  if (remote != null) 'remote': remote!,
};