comparisonTemplateLabels top-level constant

SheetLabels const comparisonTemplateLabels

Implementation

const SheetLabels comparisonTemplateLabels = SheetLabels(
      document: 'Comparison',
      from: 'Author',
      to: 'Choice',
      number: 'Note',
      date: 'Date',
      extra: 'Choice',
      subject: 'Subject',
      notes: 'Notes',
      subtotal: 'Subtotal',
      tax: 'Tax',
      total: 'Total',
      presentedTo: 'Presented to',
      columns: const <String>[
        'Point',
        'Crate',
        'Chest',
      ],
    );