blob: 6e7323e63840324bdc8000af53c4adb35d7f4886 [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.dartlang.org/documentation/json_annotation/$version/'
'json_annotation/$owner/$name.html';
<<<
String _link(String version, String owner, String name) =>
'${_anchorUriForName(owner, name)}: '
'https://pub.dartlang.org/documentation/json_annotation/$version/'
'json_annotation/$owner/$name.html';