message property
String
get
message
Implementation
String get message =>
'Ambiguous search, multiple candidates found: ${matches.join(', ')}';
String get message =>
'Ambiguous search, multiple candidates found: ${matches.join(', ')}';