message property

  1. @override
String get message

An message of this throwable object.

Implementation

@override
String get message =>
    "This operation is illegal when applying testing file in expected failure condition.";