readJSString method

  1. @override
String? readJSString(
  1. StringLocation location,
  2. Object? relatedKey
)
override

Implementation

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