content property
Store the content that will be written to the file in a String or Future
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:
''';