NonLocalizedString class
Constructors
-
NonLocalizedString({required String filePath, required int lineNumber, int columnNumber = 0, required String content, required List<String> context, required int offset, required int length, List<String> variables = const [], String? parentNode, String? constructorName, String? argumentName})
-
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
override