ServerBindsAnnotation constructor
ServerBindsAnnotation({
- required ServerBind bind,
- required ServerType convertsTo,
Implementation
ServerBindsAnnotation({required this.bind, required this.convertsTo});