osisBooks constant

Map<String, int> const osisBooks

The osis representation of each book mapped to the chronological ordering.

Implementation

static const osisBooks = {
  'gen': 1,
  'exod': 2,
  'lev': 3,
  'num': 4,
  'deut': 5,
  'josh': 6,
  'judg': 7,
  'ruth': 8,
  '1sam': 9,
  '2sam': 10,
  '1kgs': 11,
  '2kgs': 12,
  '1chr': 13,
  '2chr': 14,
  'ezra': 15,
  'neh': 16,
  'esth': 17,
  'job': 18,
  'ps': 19,
  'prov': 20,
  'eccl': 21,
  'song': 22,
  'isa': 23,
  'jer': 24,
  'lam': 25,
  'ezek': 26,
  'dan': 27,
  'hos': 28,
  'joel': 29,
  'amos': 30,
  'obad': 31,
  'jonah': 32,
  'mic': 33,
  'nah': 34,
  'hab': 35,
  'zeph': 36,
  'hag': 37,
  'zech': 38,
  'mal': 39,
  'matt': 40,
  'mark': 41,
  'luke': 42,
  'john': 43,
  'acts': 44,
  'rom': 45,
  '1cor': 46,
  '2cor': 47,
  'gal': 48,
  'eph': 49,
  'phil': 50,
  'col': 51,
  '1thess': 52,
  '2thess': 53,
  '1tim': 54,
  '2tim': 55,
  'titus': 56,
  'phlm': 57,
  'heb': 58,
  'jas': 59,
  '1pet': 60,
  '2pet': 61,
  '1john': 62,
  '2john': 63,
  '3john': 64,
  'jude': 65,
  'rev': 66
};