Skip to content

Instantly share code, notes, and snippets.

@mrmitew
Last active March 1, 2019 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrmitew/0497e744ba91a38ac0defddbee9d7014 to your computer and use it in GitHub Desktop.
Save mrmitew/0497e744ba91a38ac0defddbee9d7014 to your computer and use it in GitHub Desktop.
Live template for IntelliJ/AS for built_value (Dart)
import 'package:built_value/built_value.dart';
part '$CLASS_NAME$.g.dart';
abstract class $CLASS_NAME$ implements Built<$CLASS_NAME$, $CLASS_NAME$Builder> {
$CLASS_NAME$._();
factory $CLASS_NAME$([updates($CLASS_NAME$Builder b)]) = _$$$CLASS_NAME$;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment