FactBrowserRoutePath.edit constructor Null safety

FactBrowserRoutePath.edit(
  1. String? statementID
)

Implementation

FactBrowserRoutePath.edit(this.statementID)
    : isUnknown = false,
      isLoggedIn = true,
      emptyStatement = null,
      showLogIn = false;