PathOverride.fromJson constructor

PathOverride.fromJson(
  1. Map json_
)

Implementation

PathOverride.fromJson(core.Map json_)
  : this(path: json_['path'] as core.String?);