AppScope constructor
AppScope({})
Implementation
AppScope({
required this.value,
required this.description,
required this.type,
required this.category,
required this.deprecated,
});
AppScope({
required this.value,
required this.description,
required this.type,
required this.category,
required this.deprecated,
});