PathValue constructor

PathValue({
  1. required String path,
  2. required dynamic value,
})

Implementation

PathValue({required this.path, required this.value});