topK property

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

Implementation

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

Implementation

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