DartPackageInfo constructor
DartPackageInfo({})
Implementation
DartPackageInfo({
this.name,
this.description,
this.author,
this.likes,
this.recentVersion,
this.platforms = const [],
});
DartPackageInfo({
this.name,
this.description,
this.author,
this.likes,
this.recentVersion,
this.platforms = const [],
});