This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Part statement":{ | |
"prefix":"gFreezed", | |
"body":[ | |
"part '${TM_FILENAME_BASE}.g.dart';" | |
], | |
"description":"Creates a filled-in part statement" | |
}, | |
"Import freezed annotation":{ | |
"prefix":"importFreezedAnnotation", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
String stringify() { | |
return; | |
} |