inputTokenLimit property

  1. @JsonKey(name: 'inputTokenLimit')
int? inputTokenLimit
inherited

Implementation

@JsonKey(name: 'inputTokenLimit')
int? get inputTokenLimit => throw _privateConstructorUsedError;
  1. @JsonKey(name: 'inputTokenLimit')
void inputTokenLimit=(int? value)
inherited

Implementation

@JsonKey(name: 'inputTokenLimit')
set inputTokenLimit(int? value) => throw _privateConstructorUsedError;