description property

  1. @JsonKey(includeIfNull: false)
String? get description
inherited

The description of the assistant. The maximum length is 512 characters.

Implementation

@JsonKey(includeIfNull: false)
String? get description => throw _privateConstructorUsedError;