VcRepository constructor
const
VcRepository({})
Implementation
const VcRepository({
required this.id,
required this.name,
this.description = '',
this.cloneUrl = '',
this.defaultBranch = '',
this.isPrivate = false,
this.owner = '',
this.fullName = '',
this.webUrl = '',
});