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