init
This commit is contained in:
6
snippets/dart-mode/getter
Normal file
6
snippets/dart-mode/getter
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: getter
|
||||
# key: get
|
||||
# --
|
||||
${1:Type} _${2:Name};
|
||||
$1 get $2 => _$2;$0
|
||||
Reference in New Issue
Block a user