ServerAppAnnotation.fromMeta constructor
ServerAppAnnotation.fromMeta(
- AppAnnotation app
Implementation
factory ServerAppAnnotation.fromMeta(AppAnnotation app) {
return ServerAppAnnotation(
flavor: app.flavor,
);
}