CompleteElicitationNotification constructor

CompleteElicitationNotification({
  1. required ElicitationId elicitationId,
  2. AcpJsonObject? meta,
})

Creates a CompleteElicitationNotification value.

Implementation

CompleteElicitationNotification({required this.elicitationId, this.meta});