FunctionObject constructor

const FunctionObject(
  1. dynamic record
)

Creates a FunctionObject containing function data

Implementation

const FunctionObject(this.record);