diff --git a/lib/src/json_schema/schema.dart b/lib/src/json_schema/schema.dart index 3fcf953f..52f80b1d 100644 --- a/lib/src/json_schema/schema.dart +++ b/lib/src/json_schema/schema.dart @@ -607,7 +607,7 @@ class Schema { /// Maps any non-key top level property to its original value Map _freeFormMap = {}; - Completer _thisCompleter = new Completer(); + Completer _thisCompleter = new Completer(); List> _retrievalRequests = []; /// Set of strings to gaurd against path cycles