// names must not be blank or start with import 'package:isar/isar.dart'; @collection class Model { Id? id; @Name('_link') final IsarLink link = IsarLink(); } @collection class Model2 { Id? id; }