message property

  1. @override
String message
override

A human-readable message corresponding to the error.

Implementation

@override
String get message => 'These keys had `null` values, '
    'which is not allowed: $keysWithNullValues';