message property

  1. @override
String message
override

Implementation

@override
String get message =>
    'An exception of type ${innerException.runtimeType.toString()} was thrown when trying to serialize an Object of Type ${objectType.toString()}\n'
    'Inner ${innerException.toString()}';