toModelString method
Implementation
String toModelString() => '''
/* $hash ${isUse ? 'Y' : 'N'} */ static const $className $name = $className('$path');''';
String toModelString() => '''
/* $hash ${isUse ? 'Y' : 'N'} */ static const $className $name = $className('$path');''';