propertyNames constant

List<String> const propertyNames

List of all property names of schema

Implementation

static const List<String> propertyNames = [
  'id',
  'created_at',
  'error',
  'fine_tuned_model',
  'finished_at',
  'hyperparameters',
  'model',
  'object',
  'organization_id',
  'result_files',
  'status',
  'trained_tokens',
  'training_file',
  'validation_file',
  'integrations'
];