YamlFlutterProject constructor

const YamlFlutterProject({
  1. required String root,
})

Implementation

const YamlFlutterProject({
  required this.root,
});