AppAnnotation constructor

const AppAnnotation({
  1. required String? flavor,
})

Implementation

const AppAnnotation({
  required this.flavor,
});