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