content property
Store the content that will be written to the file in a String or
Future <String> in that variable. It is used to fill the file created
by path.
Implementation
@override
String get content => '''name: $name
description: A new Get Server application.
version: 1.0.0
environment:
sdk: '>=2.4.0 <3.0.0'
dependencies:
dev_dependencies:
''';