forked from loafle/openapi-generator-original
* [dart] Configure and use import mapping This prevents models from being generated which would clash with exisiting dart types, e.g. List. * [dart] Fix decimal format not supported * [dart-dio] Remove redundant modelToIgnore & ignore dart:core import * modelToIgnore is now handled via importMappings the same way other generators do this * choose not to import dart:core as this is available by default * [dart-dio] EnumClass is a reserved word in built_value * Review changes * Fix regenerate docs