$PathSegment.fromJson constructor

$PathSegment.fromJson(
  1. Map json_
)

Implementation

$PathSegment.fromJson(core.Map json_)
  : this(key: json_['key'] as core.String?);