InferFromJSONFile constructor

const InferFromJSONFile({
  1. required String file,
})

Implementation

const InferFromJSONFile({
  required this.file,
});