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