FeatureResponse constructor
FeatureResponse({})
Returns a new FeatureResponse instance.
Implementation
FeatureResponse({
required this.object,
required this.id,
required this.name,
required this.description,
required this.slug,
required this.avatarUrl,
});