SpyYamlModel constructor

SpyYamlModel({
  1. required String className,
  2. required List<SpyYamlField> fields,
  3. required String filePath,
})

Implementation

SpyYamlModel({
  required this.className,
  required this.fields,
  required this.filePath,
});