Chromium Code Reviews| Index: lib/core/exceptions.dart |
| diff --git a/lib/core/exceptions.dart b/lib/core/exceptions.dart |
| index 3a47566757f9c5cf2b440023a42e851caaff46e4..7fe5ee10728f28ef7f622048b4b86a593402e87e 100644 |
| --- a/lib/core/exceptions.dart |
| +++ b/lib/core/exceptions.dart |
| @@ -147,7 +147,7 @@ class NullPointerException implements Exception { |
| } |
| } |
| - String get exceptionName() => "NullPointerException"; |
| + String get exceptionName => "NullPointerException"; |
| final String functionName; |
| final List arguments; |