ClientFunction constructor

ClientFunction({
  1. String? description,
  2. String? name,
  3. Schema? parameters,
  4. Schema? response,
})

Implementation

ClientFunction({this.description, this.name, this.parameters, this.response});