requiredKeys constant

Set<String> const requiredKeys

The list of required keys that must be present in a JSON.

Implementation

static const requiredKeys = <String>{
  'id',
  'organizationId',
  'productId',
  'totalSeats',
  'seatsUsed',
  'status',
  'startDate',
  'endDate',
  'pricePerSeat',
  'billingCycle',
  'providerType',
  'providerSubscriptionId',
  'providerPlanId',
  'paymentStatus',
  'nextBillingDate',
  'lastPaymentDate',
  'paypalSubscriptionId',
  'paypalPlanId',
  'metadata',
  'createdAt',
  'updatedAt',
};