propertyNames constant

List<String> const propertyNames

List of all property names of schema

Implementation

static const List<String> propertyNames = [
  'id',
  'choices',
  'created',
  'model',
  'service_tier',
  'system_fingerprint',
  'object',
  'usage'
];