NavigationInfo.fromJson constructor

NavigationInfo.fromJson(
  1. Map json_
)

Implementation

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