[null-safety] add language version to freeform template (#69043)

This commit is contained in:
Jonah Williams 2020-10-26 13:22:36 -07:00 committed by GitHub
parent 17cdf5559d
commit b44696626c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
/// Flutter code sample for {{element}}
// @dart = 2.9
{{description}}