TrendingRepositoryPrimaryLanguage constructor

TrendingRepositoryPrimaryLanguage({
  1. String? name,
  2. String? color,
})

Implementation

TrendingRepositoryPrimaryLanguage({this.name, this.color});