toJson method

  1. @override
Json toJson()

Implementation

@override
Json toJson() => {
  'canvas_id': canvasId,
  'object_id': objectId,
  'register_name': registerName.name,
  'conversation_key': conversationKey,
  'actor_device_key': actorDeviceKey,
  'hlc_timestamp': hlcTimestamp,
  'signature': signature,
};