message property

String get message

Implementation

String get message => """InvalidClassException: $className is not a valid Firestorm class.
Please ensure that the class is annotated with @FirestormObject(), has an ID field, and that any excluded fields are also nullable.""";