toMap method

  1. @override
Map<String, Object?> toMap()
override

Converts this ElicitationCompleteNotificationParams into a JSON-compatible map.

Implementation

@override
Map<String, Object?> toMap() {
  return {'elicitationId': elicitationId};
}