outputTokenLimit property

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

Implementation

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

Implementation

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