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