toYamlString method

String toYamlString()

To yaml string

Implementation

String toYamlString() {
  return '''
name: $name
description: $description
version: $version
author: $author
license: $license
git: $git
distro: $distro
''';
}