messages property

List<String>? messages
final

If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.

Implementation

final List<String>? messages;