propertyNames constant

List<String> const propertyNames

List of all property names of schema

Implementation

static const List<String> propertyNames = [
  'completion_tokens',
  'prompt_tokens',
  'total_tokens',
  'completion_tokens_details'
];