to_yaml

Creator: coderz1093

Last updated:

0 purchases

to_yaml Image
to_yaml Images
Add to Cart

Description:

to yaml

Simple package to generate yaml from Map.

Example:
import 'package:to_yaml/to_yaml.dart';


void main() {
var mapData = {
'aaa': 'qqq',
'caa':{
'bbb':{
'ttt':'ttt',
'yyy':'yyy',
'array': ['zxc','qwe']
}
}
};
var yamlText = mapData.toYaml();
print(yamlText);
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.