CompleteElicitationNotification constructor
CompleteElicitationNotification({
- required ElicitationId elicitationId,
- AcpJsonMap? meta,
Implementation
CompleteElicitationNotification({
required this.elicitationId,
AcpJsonMap? meta,
}) : meta = meta == null ? null : deepFreezeAcpJsonMap(meta!);