BranchCheckout constructor

const BranchCheckout({
  1. String type = 'branch',
  2. required String name,
})

Creates a BranchCheckout.

Implementation

const BranchCheckout({this.type = 'branch', required this.name});