toModelString method

String toModelString()

Implementation

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