name property

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

The name of the assistant. The maximum length is 256 characters.

Implementation

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