topP property

  1. @JsonKey(name: 'topP')
double? topP
inherited

Implementation

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

Implementation

@JsonKey(name: 'topP')
set topP(double? value) => throw _privateConstructorUsedError;