KeyPath constructor

KeyPath({
  1. required KeyPathType type,
  2. String? string,
  3. List<String>? array,
})

Implementation

KeyPath({required this.type, this.string, this.array});