InputSpec constructor

const InputSpec({
  1. required String path,
})

Implementation

const InputSpec({required this.path});