ActionFunctionCancel.fromJson constructor
Implementation
factory ActionFunctionCancel.fromJson(Map<String, dynamic> json) => ActionFunctionCancel(
callId: (json['CallId'] as String?) ?? '',
instanceId: (json['InstanceId'] as String?) ?? '',
);