GitResult constructor

const GitResult({
  1. required bool ok,
  2. String output = '',
})

Implementation

const GitResult({required this.ok, this.output = ''});