Creates a new StringAsset with the given content and optional fileName.
content
fileName
StringAsset(this.content, {String fileName = 'path.dart'}) : stringUri = 'asset:$testPackageName/$fileName';