toYamlString method
To yaml string
Implementation
String toYamlString() {
return '''
name: $name
description: $description
version: $version
author: $author
license: $license
git: $git
distro: $distro
''';
}
To yaml string
String toYamlString() {
return '''
name: $name
description: $description
version: $version
author: $author
license: $license
git: $git
distro: $distro
''';
}