AppAnnotation constructor
const
AppAnnotation({
- required String? flavor,
Implementation
const AppAnnotation({
required this.flavor,
});
const AppAnnotation({
required this.flavor,
});