readJSString method
Implementation
@override
String? readJSString(StringLocation location, Object? relatedKey) {
return assignId(readString(location, relatedKey));
}
@override
String? readJSString(StringLocation location, Object? relatedKey) {
return assignId(readString(location, relatedKey));
}