FunctionResponse constructor

FunctionResponse({
  1. String id = '',
  2. required String name,
  3. required Struct? response,
})

Implementation

FunctionResponse({this.id = '', required this.name, required this.response})
  : super(fullyQualifiedName);