toModelString method

  1. @override
String toModelString()
override

Implementation

@override
String toModelString() => '''
/* ${super.hash} ${isUse ? 'Y' : 'N'} */ static const $className $name = $className('${super.path}', $width, $height);''';