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