message property Null safety
override
A human-readable message corresponding to the error.
Implementation
@override
String get message => 'These keys had `null` values, '
'which is not allowed: $keysWithNullValues';
A human-readable message corresponding to the error.
@override
String get message => 'These keys had `null` values, '
'which is not allowed: $keysWithNullValues';