getSuperModelImportPath method
Implementation
String getSuperModelImportPath() {
final path = superModelPath.replaceAll('{{model}}', '').replaceFirst('lib/', '');
return '$packageName/${path}model.dart';
}
String getSuperModelImportPath() {
final path = superModelPath.replaceAll('{{model}}', '').replaceFirst('lib/', '');
return '$packageName/${path}model.dart';
}