path property

  1. @JsonKey.new(name: "path")
List<String>? path
getter/setter pair

Implementation

@JsonKey(name: "path")
List<String>? path;