List<String> get parameterImports => parameters .map(_parameterImports) .expand((e) => e) .whereType<String>() .toList();