message property

  1. @override
String message
override

Error message.

Implementation

@override
String get message => 'Provided resources do not belong to this Isar '
    'instance. This can happen when you try to use a query or transaction '
    'from a different Isar instance.';