RepositoryPages constructor

RepositoryPages({
  1. String? cname,
  2. String? status,
  3. bool? hasCustom404,
})

Implementation

RepositoryPages({
  this.cname,
  this.status,
  this.hasCustom404,
});