CompleteElicitationNotification constructor
CompleteElicitationNotification({
- required ElicitationId elicitationId,
- AcpJsonObject? meta,
Creates a CompleteElicitationNotification value.
Implementation
CompleteElicitationNotification({required this.elicitationId, this.meta});