signInUrl property

String signInUrl

The signin url

Implementation

String get signInUrl {
  return '$baseUrl/$signInPath';
}