ActionFunctionResult constructor

ActionFunctionResult({
  1. String callId = '',
  2. String instanceId = '',
  3. String resultTypeName = '',
  4. String resultJson = '',
  5. List<int> resultData = const [],
  6. List<int> resultTeleport = const [],
})

Implementation

ActionFunctionResult({
    this.callId = '',
    this.instanceId = '',
    this.resultTypeName = '',
    this.resultJson = '',
    this.resultData = const [],
    this.resultTeleport = const [],
});