QueryInputName constructor

QueryInputName({
  1. required String name,
})

Implementation

QueryInputName({required super.name});