getSuperModelImportPath method

String getSuperModelImportPath()

Implementation

String getSuperModelImportPath() {
  final path = superModelPath.replaceAll('{{model}}', '').replaceFirst('lib/', '');

  return '$packageName/${path}model.dart';
}