KeyPathType.fromJson constructor

KeyPathType.fromJson(
  1. String value
)

Implementation

factory KeyPathType.fromJson(String value) =>
    KeyPathType.values.firstWhere((e) => e.value == value);