ServerAppAnnotation.fromMeta constructor

ServerAppAnnotation.fromMeta(
  1. AppAnnotation app
)

Implementation

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