query method

  1. @override
String? query({
  1. dynamic hint,
})

Implementation

@override
String? query({hint}) {
  return super.query();
}