notes constant

List<String> const notes

Implementation

static const notes = [
  'KEEP THIS FILE! Check it into a version control system (VCS) like git.',
  'ObjectBox manages crucial IDs for your object model. See docs for details.',
  'If you have VCS merge conflicts, you must resolve them according to ObjectBox docs.',
];