toJson method

Map<String, dynamic> toJson()

Implementation

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