ServerAppAnnotation constructor

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

Implementation

const ServerAppAnnotation({required this.flavor});