GetAttachedFunctionResponse constructor

const GetAttachedFunctionResponse({
  1. required AttachedFunction attachedFunction,
})

Creates a get attached function response.

Implementation

const GetAttachedFunctionResponse({required this.attachedFunction});