FFCountTokens constructor
FFCountTokens({
- FFValue? prompt,
Implementation
factory FFCountTokens({
FFValue? prompt,
}) {
final result = create();
if (prompt != null) result.prompt = prompt;
return result;
}