const DartDefine({ Map<String, String> defined = const {}, List<String> files = const [], }) : _files = files, _defined = defined;