Changes

Jump to navigation Jump to search
58 bytes added ,  08:46, 22 October 2019
m
Line 13: Line 13:  
File > Settings > Editor > Live Templates
 
File > Settings > Editor > Live Templates
   −
=== Built Value Header ===
+
===Built Value Header===
    
*Abbreviation blth
 
*Abbreviation blth
Line 27: Line 27:  
</syntaxhighlight>
 
</syntaxhighlight>
   −
=== Built Value ===
+
===Built Value===
   −
* Abbreviation blt
+
*Abbreviation blt
* Description Built Value
+
*Description Built Value
 
<syntaxhighlight lang="dart">
 
<syntaxhighlight lang="dart">
 
abstract class $NAME$ implements Built<$NAME$, $NAME$Builder> {
 
abstract class $NAME$ implements Built<$NAME$, $NAME$Builder> {
   // fields go here
+
   /* fields go here. Examples:
 +
  @nullable
 +
  String get country;
 +
  int get id;
 +
  */
 
    
 
    
 
   $NAME$._();
 
   $NAME$._();

Navigation menu