SkaffoldGCSSource constructor

SkaffoldGCSSource({
  1. String? path,
  2. String? source,
})

Implementation

SkaffoldGCSSource({
  this.path,
  this.source,
});