API constructor

API({
  1. required String name,
  2. String? repository,
  3. String? branch,
})

Implementation

API({required this.name, this.repository, this.branch});