GitService constructor

const GitService({
  1. String? remoteName,
  2. String? remoteUrl,
})

Implementation

const GitService({this.remoteName, this.remoteUrl});