GCS constructor

GCS({
  1. String? remotePath,
})

Implementation

GCS({
  this.remotePath,
});