To Yaml | Coderz Product

to_yaml

Last updated:

0 purchases

to_yaml Image
to_yaml Images

Free

Languages

Categories

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: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.