extraImports property

  1. @override
String extraImports
override

We import the main file so as to get the shared code to evaluate the JSON data.

Implementation

@override
String get extraImports => '''
${super.extraImports}
import 'dart:collection';
''';