SourceRepository constructor

SourceRepository({
  1. String? deployedUrl,
  2. String? url,
})

Implementation

SourceRepository({this.deployedUrl, this.url});