id property

  1. @override
  2. @JsonKey(includeIfNull: false)
String? get id

The ID of the tool call object.

Implementation

@override
@JsonKey(includeIfNull: false)
String? get id;