message property

  1. @override
String get message
override

Error message.

Implementation

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