transcriptTemplateLabels top-level constant

SheetLabels const transcriptTemplateLabels

Implementation

const SheetLabels transcriptTemplateLabels = SheetLabels(
      document: 'Transcript',
      from: 'School',
      to: 'Student',
      number: 'Record',
      date: 'Date',
      extra: 'Year',
      subject: 'Subject',
      notes: 'Notes',
      subtotal: 'Subtotal',
      tax: 'Tax',
      total: 'Total',
      presentedTo: 'Presented to',
      columns: const <String>[
        'Subject',
        'Mark',
        'Grade',
      ],
    );