KeyToPath constructor

KeyToPath({
  1. String? key,
  2. int? mode,
  3. String? path,
})

Implementation

KeyToPath({this.key, this.mode, this.path});