We import the main file so as to get the shared code to evaluate the JSON data.
@override String get extraImports => ''' ${super.extraImports} import 'dart:collection'; ''';