mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-17 17:28:07 +00:00
update flutter tpl
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
class {{pascalCase name}} {
|
||||
//
|
||||
{{pascalCase name}}();
|
||||
|
||||
factory {{pascalCase name}}.fromJson(Map<String,dynamic> json) => throw UnimplementedError();
|
||||
|
||||
Map<String,dynamic> toJson() {
|
||||
throw UnimplementedError();
|
||||
}
|
||||
Map<String,dynamic> toJson() => throw UnimplementedError();
|
||||
|
||||
{{pascalCase name}} copyWith() => throw UnimplementedError();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user