ControllerInterfaceSample constructor

ControllerInterfaceSample({
  1. required String path,
  2. required String fileName,
})

Implementation

ControllerInterfaceSample({
  required String path,
  required String fileName,
})  : _path = path,
      _fileName = fileName;