ServerBindsAnnotation constructor

ServerBindsAnnotation({
  1. required ServerBind bind,
  2. required ServerType convertsTo,
})

Implementation

ServerBindsAnnotation({required this.bind, required this.convertsTo});