blob: 6d1fad58826eac1bb14158815da3b1c03a9acd17 [file] [log] [blame]
>>>
class C {
@override
String get message =>
'Unrecognized keys: [${unrecognizedKeys.join(', ')}]; supported keys: '
'[${allowedKeys.join(', ')}]';
}
<<<
class C {
@override
String get message =>
'Unrecognized keys: [${unrecognizedKeys.join(', ')}]; supported keys: '
'[${allowedKeys.join(', ')}]';
}
>>>
String _link(String version, String owner, String name) =>
'${_anchorUriForName(owner, name)}: '
'https://pub.dev/documentation/json_annotation/$version/'
'json_annotation/$owner/$name.html';
<<<
String _link(String version, String owner, String name) =>
'${_anchorUriForName(owner, name)}: '
'https://pub.dev/documentation/json_annotation/$version/'
'json_annotation/$owner/$name.html';