NavigationInfo.fromJson constructor
NavigationInfo.fromJson(
- Map json_
Implementation
NavigationInfo.fromJson(core.Map json_)
: this(enableForcedRedirect: json_['enableForcedRedirect'] as core.bool?);